#cff .cff-item.cff-video-post .cff-iframe-wrap {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

#cff .cff-item.cff-video-post .cff-html5-video {
    position: relative;
    z-index: 5;
}

#cff .cff-item.cff-video-post .cff-html5-video a,
#cff .cff-item.cff-video-post .cff-html5-video .cff-poster,
#cff .cff-item.cff-video-post .cff-html5-video .cff-html5-play {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

#cff.cff-carousel .cff_owl-item {
    pointer-events: auto;
}

.sbevc-consent {
    position: absolute;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.82)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.09), transparent 24%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.07), transparent 26%),
        radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.06), transparent 28%);
    backdrop-filter: blur(8px);
}

.sbevc-consent__box {
    width: min(100%, 520px);
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.72);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    text-align: center;
    color: #fff;
}

.sbevc-consent__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
}

.sbevc-consent__title {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.sbevc-consent__text {
    margin: 0.9rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
}

.sbevc-consent__text a {
    color: #fff !important;
    text-decoration: underline !important;
    text-underline-offset: 0.16em;
    font-weight: 700;
}

.sbevc-consent__actions {
    display: inline-block;
    margin-top: 1.15rem;
}

.sbevc-consent__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.35rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    background: #000;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.sbevc-consent__button:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.sbevc-consent__provider {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.sbevc-loaded-embed {
    position: absolute;
    inset: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767px) {
    #cff .cff-item.cff-video-post .cff-iframe-wrap {
        min-height: 260px;
    }

    .sbevc-consent__box {
        padding: 1rem;
        border-radius: 1rem;
    }

    .sbevc-consent__title {
        font-size: 1rem;
    }

    .sbevc-consent__text {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .sbevc-consent__button {
        width: 100%;
    }
}
