.mvs-related {
    clear: both;
    margin: 34px 0;
    padding: 0;
    font-family: inherit;
}

.mvs-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 20px;
}

.mvs-heading h2 {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #111;
}

.mvs-heading-line {
    display: block;
    height: 1px;
    flex: 1 1 auto;
    background: #d5d5d5;
}

.mvs-list {
    border-bottom: 1px solid #d5d5d5;
}

.mvs-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 76px;
    align-items: center;
    gap: 18px;
    min-height: 76px;
    margin: 0 !important;
    padding: 0 0 16px !important;
    border: 0 !important;
}

.mvs-item + .mvs-item {
    padding-top: 0 !important;
}

.mvs-title {
    color: #1b1b1b !important;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: none !important;
}

.mvs-title:hover,
.mvs-title:focus {
    color: #d9271c !important;
    text-decoration: underline !important;
}

.mvs-thumb {
    display: block;
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 9px;
    background: #ececec;
    text-decoration: none !important;
}

.mvs-thumb img,
.mvs-placeholder {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
}

@media (max-width: 520px) {
    .mvs-related {
        margin: 28px 0;
    }

    .mvs-heading {
        gap: 10px;
    }

    .mvs-item {
        grid-template-columns: minmax(0, 1fr) 68px;
        gap: 13px;
        min-height: 68px;
        padding-bottom: 14px !important;
    }

    .mvs-title {
        font-size: 15px;
        line-height: 1.4;
    }

    .mvs-thumb {
        width: 68px;
        height: 68px;
        border-radius: 7px;
    }
}
