.btn-link{
    text-decoration: underline;
    margin-top: 10px;
}

.btn-link:hover{
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
}

.group-members__item{
    position: relative;
    min-height: 100px;
}

.group-members__actions{
    min-width: 400px;
    background: #FFF;
    height: 60px;
}

.skeleton .messages-item__icon{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F0F0F0;
    overflow: hidden;
    max-width: none;
}

.skeleton .messages-item__title{
    display: block;
    min-width: 60px;
    height: 30px;
    border-radius: 4px;
    background: #F0F0F0;
    overflow: hidden;
}

.skeleton .messages-item__text{
    display: block;
    min-width: 120px;
    height: 24px;
    border-radius: 4px;
    background: #F0F0F0;
    overflow: hidden;
}

.skeleton .messages-item__members{
    display: block;
    min-width: 90px;
    height: 100%;
    border-radius: 4px;
    background: #F0F0F0;
    overflow: hidden;
}

.skeleton.materials__item {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    max-width: none;
}

.skeleton .materials__item-image{
    display: block;
    height: 120px;
    border-radius: 4px;
    background: #F0F0F0;
    overflow: hidden;
    margin: 10px;
}
.skeleton .materials__item-title{
    display: block;
    height: 24px;
    border-radius: 4px;
    background: #F0F0F0;
    overflow: hidden;
    margin: 0 10px;
}

.skeleton .materials__item-bottom{
    display: block;
    height: 46px;
    width: 100%;
    max-width: 120px;
    border-radius: 4px;
    background: #F0F0F0;
    overflow: hidden;
    margin: 0 0 10px 10px;
}

.group-name{
    position: relative;
}

.group-content{
    flex: 1;
}

.btn--blue{
    display: flex;
}

.btn--blue + .btn--blue{
    margin-top: 10px;
}