.cve-video-wrapper {
    width: 100%;
    position: relative;
}

/* Thumbnail */
.cve-thumbnail {
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

/* Play Button */
.cve-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
}

.cve-play-button::after {
    content: '';
    position: absolute;
    left: 28px;
    top: 22px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent white;
}

/* Responsive iframe */
.cve-video-wrapper iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
}

.cve-tiktok-embed iframe {
    width: 100% !important;
    max-width: 100% !important;
}