/* BIFF3EN TWITCH PREVIEW V1 */

#liveCard {
    overflow: hidden;
}

.b3-twitch-preview {
    position: relative;
    z-index: 4;
    width: 100%;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.b3-twitch-preview-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 11px;
    color: #d9a7ff;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .10em;
}

.b3-twitch-preview-frame {
    position: relative;
    width: 100%;
    min-height: 300px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(193,95,255,.34);
    background: #050408;
    box-shadow:
        0 22px 55px rgba(0,0,0,.45),
        0 0 35px rgba(157,54,255,.10);
}

.b3-twitch-preview-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.b3-twitch-preview.is-cta {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    padding: 24px;
    border: 1px solid rgba(188,91,255,.30);
    border-radius: 18px;
    background:
        radial-gradient(circle at 90% 10%, rgba(175,59,255,.18), transparent 38%),
        rgba(255,255,255,.025);
}

.b3-twitch-preview-cta-title {
    color: white;
    font-size: clamp(1.25rem,3vw,1.75rem);
    font-weight: 950;
}

.b3-twitch-preview-cta-sub {
    max-width: 650px;
    color: rgba(255,255,255,.62);
    font-size: .90rem;
}

.b3-twitch-preview-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    padding: 12px 16px;
    border-radius: 11px;
    background: linear-gradient(135deg,#7f28e8,#ad42ff);
    color: white;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 950;
    box-shadow: 0 9px 30px rgba(141,45,238,.22);
}

.b3-twitch-preview-cta-button:hover {
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .b3-twitch-preview {
        margin-top: 18px;
    }

    .b3-twitch-preview.is-cta {
        min-height: 135px;
        padding: 18px;
    }
}

/* B3 TWITCH PREVIEW POLISH START */

.b3-twitch-preview {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.b3-twitch-preview-title {
    margin: 0 0 12px;
    color: rgba(255,255,255,.88);
    font-size: clamp(.95rem,2vw,1.12rem);
    font-weight: 850;
    line-height: 1.35;
}

.b3-twitch-preview-frame {
    aspect-ratio: 16 / 8.6 !important;
    max-height: 640px;
}

.b3-twitch-preview.is-cta {
    min-height: 360px !important;
}

@media (max-width:900px) {
    .b3-twitch-preview {
        max-width: 100%;
    }

    .b3-twitch-preview-frame {
        aspect-ratio: 16 / 9 !important;
        max-height: none;
    }

    .b3-twitch-preview.is-cta {
        min-height: 220px !important;
    }
}

@media (max-width:600px) {
    .b3-twitch-preview.is-cta {
        min-height: 150px !important;
    }
}

/* B3 TWITCH PREVIEW POLISH END */
