#eh-video-gallery .ehvg-score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 58px 0 0;
    padding: 34px 0;
    border-top: 1px solid #2a3039;
    border-bottom: 1px solid #2a3039;
}

#eh-video-gallery .ehvg-score h2 {
    margin: 0 0 10px;
    color: #f1eee8;
    font-family: Cinzel, Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.35;
}

#eh-video-gallery .ehvg-score p {
    margin: 0;
    color: #aeb7c3;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

#eh-video-gallery a.ehvg-score-button {
    display: inline-block;
    flex: 0 0 auto;
    border: 1px solid #65758b;
    padding: 16px 23px;
    color: #f1eee8;
    background: #19212d;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s, border-color .2s;
}

#eh-video-gallery a.ehvg-score-button:hover,
#eh-video-gallery a.ehvg-score-button:focus-visible {
    color: #fff;
    border-color: #8295ae;
    background: #273447;
}

@media (max-width: 760px) {
    #eh-video-gallery .ehvg-score {
        align-items: flex-start;
        flex-direction: column;
    }
}
