.materials-list-wrapper {
    position: relative;
}

.materials-list {
    background: #f5f5f4;
    padding: 2rem;
    margin: 1.25rem -1.85rem 0.9375rem;
}

.materials-list.closed {
    max-height: 390px;
    overflow-y: hidden;
}

.materials-list__item {
    display: flex;
    width: 100%;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.materials-list__item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.materials-list__item:hover {
    opacity: 0.9;
}

.materials-list__title,
.materials-list__header {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    color: #3b4048;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: calc(0.9375rem / 3);
}

.materials-list__header {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.materials-list__header--link {
    display: inline-block;
    padding-right: 30px;
    background: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.19016 0.190155L0.589844 1.79047L5.78802 7L0.589844 12.2095L2.19016 13.8098L9 7L2.19016 0.190155Z' fill='%233B4048'/%3E%3C/svg%3E%0A") no-repeat 100%;
}

.materials-list__header {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.materials-list__icon {
    width: 28px;
    flex-shrink: 0;
    margin-right: 0.9375rem;
}

.materials-list__icon img {
    height: 28px;
    width: 28px;
    display: block;
}

.materials-list__icon--avatar img {
    border-radius: 100%;
}

.materials-list__name,
.materials-list__datetime {
    color: #656971;
    font-size: 0.9rem;
    font-weight: 400;
}

.materials-list__datetime {
    text-transform: uppercase;
}

.materials-list__name {
    margin-right: 0.5rem;
}

.cut__button-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.3) 10%, rgba(245, 245, 245, 0.5) 15%, rgba(245, 245, 245, 0.8) 25%, rgba(245, 245, 245, 0.9) 30%, #f5f5f5 40%);
    cursor: pointer;
}

.cut__button-wrapper .cut-button {
    font-weight: 900;
    font-size: 0.9rem;
    line-height: 1.0625rem;
    text-transform: uppercase;
    color: #00adf2;
    border: none;
    padding: 0 18px 0 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' transform='scale(-1)' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l3 3 3-3' stroke='%2300ADF2' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat 100%;
}

.materials-list.closed + .cut__button-wrapper .cut-button {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l3 3 3-3' stroke='%2300ADF2' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat 100%;
}
