#cv-video-widget {
    max-width: 1140px;
    margin: 28px auto 0;
    color: #212734;
    font: inherit;
}

#cv-video-widget * {
    box-sizing: border-box;
}

#cv-video-widget .cv-video-sheet {
    background: #fff;
    border: 1px solid #eceef2;
    border-radius: 12px;
    padding: 18px 18px 16px;
}

#cv-video-widget .cv-video-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e2430;
}

#cv-video-widget .cv-video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

#cv-video-widget .cv-video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#cv-video-widget .cv-video-overlay-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 88px;
    margin-left: -44px;
    margin-top: -44px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

#cv-video-widget .cv-video-overlay-play:hover {
    transform: scale(1.06);
    background: rgba(239, 31, 40, 0.82);
}

#cv-video-widget .cv-video-overlay-play-icon {
    font-size: 36px;
    line-height: 1;
    margin-left: 4px;
}

#cv-video-widget .cv-video-frame.is-playing .cv-video-overlay-play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#cv-video-widget .cv-video-footer {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

#cv-video-widget .cv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
    cursor: pointer;
}

#cv-video-widget .cv-btn-buy {
    color: #fff;
    background: #ef1f28;
    border-color: #ef1f28;
}

#cv-video-widget .cv-btn-buy:hover {
    background: #d9131d;
    border-color: #d9131d;
}

#cv-video-widget .cv-btn-buy:active {
    transform: translateY(1px);
}

#cv-video-widget .cv-video-views {
    color: #6d7381;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    white-space: nowrap;
}

#cv-video-widget .cv-video-views-value {
    color: #2a3140;
    font-weight: 700;
}

#cv-video-widget .cv-buy-count {
    margin-top: 10px;
    color: #7a818f;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

#cv-video-widget .cv-buy-count-value {
    color: #2a3140;
    font-weight: 700;
}

@media (max-width: 960px) {
    #cv-video-widget .cv-video-title {
        font-size: 22px;
    }

    #cv-video-widget .cv-btn {
        font-size: 17px;
        min-height: 54px;
        padding: 0 24px;
    }

    #cv-video-widget .cv-video-views {
        font-size: 15px;
    }

    #cv-video-widget .cv-buy-count {
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    #cv-video-widget {
        margin-top: 18px;
    }

    #cv-video-widget .cv-video-sheet {
        padding: 12px 12px 14px;
    }

    #cv-video-widget .cv-video-title {
        font-size: 20px;
    }

    #cv-video-widget .cv-video-overlay-play {
        width: 68px;
        height: 68px;
        margin-left: -34px;
        margin-top: -34px;
    }

    #cv-video-widget .cv-video-overlay-play-icon {
        font-size: 28px;
    }

    #cv-video-widget .cv-btn {
        width: 100%;
        font-size: 18px;
        min-height: 50px;
        padding: 0 18px;
        border-radius: 10px;
    }

    #cv-video-widget .cv-video-views {
        width: 100%;
        font-size: 16px;
    }

    #cv-video-widget .cv-buy-count {
        font-size: 15px;
    }
}
