.streamit-featured-spotlight {
    --spotlight-accent: #e50914;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    max-width: 1765px;
    margin-inline: auto;
    overflow: hidden;
    min-height: 400px;
    color: #fff;
    background: #1c141d;
    border: 1px solid var(--spotlight-accent);
    border-color: color-mix(in srgb, var(--spotlight-accent) 75%, transparent);
    border-radius: 9px;
}

.streamit-featured-spotlight__ribbon-wrap {
    position: absolute;
    z-index: 20;
    top: -6px;
    right: -5px;
    display: block;
    width: 255px;
    max-width: 24%;
    height: auto;
    padding: 0;
    border: 0;
    object-fit: contain;
    pointer-events: none;
}

.streamit-featured-spotlight__ribbon {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.streamit-featured-spotlight__ribbon-tint {
    position: absolute;
    inset: 0;
    background: var(--spotlight-accent);
    -webkit-mask: url('../img/yustream-number-one-ribbon.png') center / contain no-repeat;
    mask: url('../img/yustream-number-one-ribbon.png') center / contain no-repeat;
    mix-blend-mode: color;
    pointer-events: none;
}

.streamit-featured-spotlight__visual {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #120d13;
}

.streamit-featured-spotlight__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 65%, #1c141d 100%);
    z-index: 2;
    pointer-events: none;
}

.streamit-featured-spotlight__visual img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
    object-fit: cover;
    transition: transform .65s ease;
}

.streamit-featured-spotlight:hover .streamit-featured-spotlight__visual img {
    transform: scale(1.025);
}

.streamit-featured-spotlight__trailer {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: 0;
    object-fit: cover;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1.04);
}

.streamit-featured-spotlight__visual iframe.streamit-featured-spotlight__trailer {
    transform: translate(-50%, -50%) scale(1.2);
}

.streamit-featured-spotlight__visual.trailer-ended .streamit-featured-spotlight__trailer {
    opacity: 0;
    visibility: hidden;
}

.streamit-featured-spotlight__visual-link {
    position: absolute;
    z-index: 3;
    inset: 0;
}

.streamit-featured-spotlight__replay {
    position: absolute;
    z-index: 6;
    right: 70px;
    bottom: 18px;
    display: none;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 17px;
    color: #fff;
    background: rgba(12, 10, 12, .82);
    border: 2px solid var(--spotlight-accent);
    border-radius: 6px;
    box-shadow: 0 5px 24px rgba(0, 0, 0, .45);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transform: none;
    transition: background .2s ease, transform .2s ease;
}

.streamit-featured-spotlight__visual.trailer-ended .streamit-featured-spotlight__replay {
    display: inline-flex;
}

.streamit-featured-spotlight__replay:hover,
.streamit-featured-spotlight__replay:focus {
    color: #fff;
    background: var(--spotlight-accent);
    outline: none;
    transform: scale(1.04);
}

.streamit-featured-spotlight__visual.trailer-ended .streamit-featured-spotlight__progress {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.streamit-featured-spotlight__mute {
    position: absolute;
    z-index: 4;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    background: rgba(10, 8, 10, .72);
    border: 2px solid var(--spotlight-accent);
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .35);
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
    transition: background .2s ease, transform .2s ease;
}

.streamit-featured-spotlight__mute:hover,
.streamit-featured-spotlight__mute:focus {
    color: #fff;
    background: var(--spotlight-accent);
    outline: none;
    transform: scale(1.06);
}

.streamit-featured-spotlight__progress {
    position: absolute;
    z-index: 5;
    right: 76px;
    bottom: 29px;
    left: 18px;
    height: 20px;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    touch-action: none;
    transform: translateY(5px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.streamit-featured-spotlight__visual.show-trailer-progress .streamit-featured-spotlight__progress {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.streamit-featured-spotlight__visual.trailer-ended .streamit-featured-spotlight__progress,
.streamit-featured-spotlight__visual.trailer-ended.show-trailer-progress .streamit-featured-spotlight__progress {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(5px);
}

.streamit-featured-spotlight__progress::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 6px;
    background: rgba(255, 255, 255, .42);
}

.streamit-featured-spotlight__progress-fill {
    position: absolute;
    z-index: 1;
    bottom: 7px;
    left: 0;
    width: 0;
    height: 6px;
    background: var(--spotlight-accent);
    box-shadow: 0 0 8px color-mix(in srgb, var(--spotlight-accent) 70%, transparent);
    transition: width .2s linear;
}

.streamit-featured-spotlight__progress-dot {
    position: absolute;
    z-index: 2;
    bottom: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    background: var(--spotlight-accent);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .55);
    transform: translateX(-50%);
    transition: left .2s linear, transform .15s ease;
}

.streamit-featured-spotlight__progress:hover .streamit-featured-spotlight__progress-dot,
.streamit-featured-spotlight__progress.is-dragging .streamit-featured-spotlight__progress-dot {
    transform: translateX(-50%) scale(1.18);
}

.streamit-featured-spotlight__content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 3.2vw, 58px);
}

.streamit-featured-spotlight__title {
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(40px, 4vw, 68px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -0.035em;
}

.streamit-featured-spotlight__meta,
.streamit-featured-spotlight__genres,
.streamit-featured-spotlight__highlight,
.streamit-featured-spotlight__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.streamit-featured-spotlight__meta {
    gap: 0;
    margin-bottom: 17px;
    color: #b9b1ba;
    font-size: 15px;
    font-weight: 600;
}

.streamit-featured-spotlight__meta span + span::before {
    content: "•";
    margin: 0 12px;
    color: #817781;
}

.streamit-featured-spotlight__genres {
    gap: 7px;
    margin-bottom: 15px;
}

.streamit-featured-spotlight__genres span {
    padding: 6px 10px;
    color: #e7e0e8;
    background: #3b323d;
    border: 1px solid #4c414e;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

.streamit-featured-spotlight__highlight {
    gap: 12px;
    margin: 0 0 15px;
    color: #f4eef5;
    font-size: clamp(15px, 1.15vw, 19px);
    font-weight: 700;
}

.streamit-featured-spotlight__highlight-badge {
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    object-fit: contain;
    border: 0;
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, .42));
}

.streamit-featured-spotlight__highlight-dot {
    box-sizing: border-box;
    background: var(--spotlight-accent);
    background: radial-gradient(circle at 34% 28%, color-mix(in srgb, var(--spotlight-accent) 58%, white) 0%, var(--spotlight-accent) 42%, color-mix(in srgb, var(--spotlight-accent) 68%, black) 100%);
    border: 2px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--spotlight-accent) 18%, transparent), 0 5px 12px rgba(0, 0, 0, .42);
}

.streamit-featured-spotlight__top {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--spotlight-accent);
    background: linear-gradient(145deg, color-mix(in srgb, var(--spotlight-accent) 72%, white), color-mix(in srgb, var(--spotlight-accent) 82%, black));
    border-radius: 50%;
    line-height: .8;
}

.streamit-featured-spotlight__top small {
    font-size: 8px;
    font-weight: 900;
}

.streamit-featured-spotlight__top strong {
    font-size: 19px;
}

.streamit-featured-spotlight__excerpt {
    max-width: 780px;
    margin: 0 0 18px;
    color: #bdb5be;
    font-size: 15px;
    line-height: 1.6;
}

.streamit-featured-spotlight__actions {
    gap: 10px;
}

.streamit-featured-spotlight__play,
.streamit-featured-spotlight__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 6px;
    transition: transform .2s ease, filter .2s ease, background .2s ease;
}

.streamit-featured-spotlight__play {
    gap: 10px;
    padding: 0 20px;
    background: var(--spotlight-accent);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.streamit-featured-spotlight__info {
    width: 44px;
    border: 1px solid #6b606d;
    background: #312833;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 700;
}

.streamit-featured-spotlight__play:hover,
.streamit-featured-spotlight__info:hover {
    color: #fff;
    filter: brightness(1.12);
    transform: translateY(-2px);
}

.streamit-featured-spotlight-empty {
    padding: 28px;
    color: #fff;
    background: #1c141d;
    border: 1px dashed #76547c;
    border-radius: 8px;
}

@media (max-width: 900px) {
    .streamit-featured-spotlight {
        grid-template-columns: 1fr;
    }

    .streamit-featured-spotlight__visual,
    .streamit-featured-spotlight__visual img {
        min-height: 330px;
        max-height: 440px;
    }

    .streamit-featured-spotlight__visual::after {
        background: linear-gradient(180deg, transparent 60%, #1c141d 100%);
    }

    .streamit-featured-spotlight__content {
        margin-top: -45px;
        padding: 28px;
    }
}

@media (max-width: 520px) {
    .streamit-featured-spotlight__ribbon-wrap {
        width: 190px;
        max-width: 42%;
    }

    .streamit-featured-spotlight__visual,
    .streamit-featured-spotlight__visual img {
        min-height: 230px;
    }

    .streamit-featured-spotlight__content {
        padding: 22px 18px 26px;
    }

    .streamit-featured-spotlight__title {
        font-size: 36px;
    }

    .streamit-featured-spotlight__excerpt {
        display: none;
    }
}
