.smnn-interviews-template {
    direction: rtl !important;
    background: var(--smnn-interviews-bg, #f7fafc) !important;
    padding: clamp(34px, 5vw, 72px) 16px !important;
    font-family: inherit !important;
    color: var(--smnn-interviews-text, #102033) !important;
}
.smnn-interviews-template * { box-sizing: border-box !important; }
.smnn-interviews-template__inner {
    width: min(100%, var(--smnn-interviews-width, 1300px)) !important;
    margin: 0 auto !important;
}
.smnn-interviews-template__hero-head {
    margin-bottom: 24px !important;
    text-align: right !important;
}
.smnn-interviews-template__hero-head span {
    display: inline-flex !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    color: var(--smnn-interviews-gold, #c4a462) !important;
    background: rgba(196,164,98,.12) !important;
    font-weight: 950 !important;
    font-size: 12px !important;
}
.smnn-interviews-template__hero-head h2 {
    margin: 14px 0 10px !important;
    color: var(--smnn-interviews-navy, #0b3458) !important;
    font-size: clamp(32px, 4vw, 58px) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
}
.smnn-interviews-template__hero-head p {
    max-width: 850px !important;
    margin: 0 !important;
    color: var(--smnn-interviews-muted, #6f8396) !important;
    line-height: 1.9 !important;
    font-weight: 750 !important;
}
.smnn-interviews-template__player-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border-radius: 34px !important;
    background: var(--smnn-interviews-card, #fff) !important;
    border: 1px solid rgba(11,52,88,.10) !important;
    box-shadow: 0 24px 70px rgba(11,52,88,.12) !important;
    margin-bottom: 28px !important;
}
.smnn-interviews-template__player {
    position: relative !important;
    min-height: 420px !important;
    background: #061327 !important;
}
.smnn-interviews-template__player:before {
    content: "" !important;
    display: block !important;
    padding-top: 56.25% !important;
}
.smnn-interviews-template__player iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}
.smnn-interviews-template__active-meta {
    padding: clamp(24px, 3vw, 42px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at 20% 16%, rgba(196,164,98,.14), transparent 30%),
        linear-gradient(145deg, rgba(11,52,88,.98), rgba(6,19,39,.98)) !important;
    color: #fff !important;
}
.smnn-interviews-template__active-meta > span {
    align-self: flex-start !important;
    padding: 8px 13px !important;
    border-radius: 999px !important;
    background: rgba(196,164,98,.16) !important;
    border: 1px solid rgba(196,164,98,.28) !important;
    color: #f1d58d !important;
    font-weight: 950 !important;
    font-size: 12px !important;
}
.smnn-interviews-template__active-meta h3 {
    margin: 18px 0 12px !important;
    color: #fff !important;
    font-size: clamp(26px, 3vw, 44px) !important;
    line-height: 1.16 !important;
    font-weight: 950 !important;
}
.smnn-interviews-template__active-meta p {
    margin: 0 0 18px !important;
    color: rgba(255,255,255,.75) !important;
    line-height: 1.85 !important;
    font-weight: 700 !important;
}
.smnn-interviews-template__active-details {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    color: rgba(255,255,255,.72) !important;
}
.smnn-interviews-template__active-details strong {
    color: #f1d58d !important;
}
.smnn-interviews-template__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}
.smnn-interviews-template__card {
    appearance: none !important;
    width: 100% !important;
    display: block !important;
    border: 1px solid rgba(11,52,88,.10) !important;
    border-radius: 26px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: var(--smnn-interviews-card, #fff) !important;
    color: var(--smnn-interviews-text, #102033) !important;
    text-align: right !important;
    cursor: pointer !important;
    box-shadow: 0 18px 44px rgba(11,52,88,.08) !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
.smnn-interviews-template__card:hover,
.smnn-interviews-template__card.is-active {
    transform: translateY(-4px) !important;
    border-color: rgba(196,164,98,.55) !important;
    box-shadow: 0 24px 60px rgba(11,52,88,.16) !important;
}
.smnn-interviews-template__thumb {
    position: relative !important;
    display: block !important;
    aspect-ratio: 16 / 9 !important;
    background: linear-gradient(135deg, var(--smnn-interviews-navy, #0b3458), #061327) !important;
    overflow: hidden !important;
}
.smnn-interviews-template__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .35s ease !important;
}
.smnn-interviews-template__card:hover .smnn-interviews-template__thumb img { transform: scale(1.045) !important; }
.smnn-interviews-template__thumb i {
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(255,255,255,.92) !important;
    color: var(--smnn-interviews-navy, #0b3458) !important;
    box-shadow: 0 16px 36px rgba(0,0,0,.22) !important;
    font-size: 18px !important;
}
.smnn-interviews-template__card-body {
    display: grid !important;
    gap: 8px !important;
    padding: 18px !important;
}
.smnn-interviews-template__card-body em {
    color: var(--smnn-interviews-gold, #c4a462) !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}
.smnn-interviews-template__card-body strong {
    color: var(--smnn-interviews-navy, #0b3458) !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 950 !important;
}
.smnn-interviews-template__card-body small,
.smnn-interviews-template__card-body span {
    color: var(--smnn-interviews-muted, #6f8396) !important;
    font-weight: 750 !important;
    line-height: 1.7 !important;
}
.smnn-interviews-template__card-body span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
@media (max-width: 980px) {
    .smnn-interviews-template__player-card { grid-template-columns: 1fr !important; }
    .smnn-interviews-template__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 640px) {
    .smnn-interviews-template { padding: 28px 12px !important; }
    .smnn-interviews-template__player { min-height: 240px !important; }
    .smnn-interviews-template__grid { grid-template-columns: 1fr !important; }
    .smnn-interviews-template__player-card, .smnn-interviews-template__card { border-radius: 22px !important; }
}


/* v3.3.51: full-width horizontal featured video section.
   The featured player now breaks wider than the normal 1300px content rail, gives
   maximum space to the video, and moves interview details into a compact strip below
   the video instead of taking side-by-side space. */
.smnn-interviews-template__player-card {
    width: min(calc(100vw - 32px), 1600px) !important;
    max-width: 1600px !important;
    margin-left: calc(50% - min(calc(50vw - 16px), 800px)) !important;
    margin-right: calc(50% - min(calc(50vw - 16px), 800px)) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    overflow: hidden !important;
}

.smnn-interviews-template__player {
    width: 100% !important;
    min-height: clamp(460px, 56.25vw, 860px) !important;
    max-height: 86vh !important;
}

.smnn-interviews-template__active-meta {
    display: grid !important;
    grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr) minmax(180px, .24fr) !important;
    align-items: center !important;
    gap: 18px 24px !important;
    padding: clamp(18px, 2.2vw, 30px) !important;
}

.smnn-interviews-template__active-meta > span {
    margin: 0 !important;
    align-self: center !important;
    justify-self: start !important;
}

.smnn-interviews-template__active-meta h3 {
    margin: 0 !important;
    font-size: clamp(24px, 2.7vw, 40px) !important;
}

.smnn-interviews-template__active-meta p {
    grid-column: 2 / 3 !important;
    margin: 6px 0 0 !important;
    line-height: 1.65 !important;
}

.smnn-interviews-template__active-details {
    justify-content: flex-end !important;
    text-align: left !important;
}

@media (max-width: 1100px) {
    .smnn-interviews-template__player-card {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .smnn-interviews-template__player {
        min-height: clamp(300px, 56.25vw, 560px) !important;
    }
    .smnn-interviews-template__active-meta {
        grid-template-columns: 1fr !important;
        text-align: right !important;
    }
    .smnn-interviews-template__active-meta p {
        grid-column: auto !important;
    }
    .smnn-interviews-template__active-details {
        justify-content: flex-start !important;
        text-align: right !important;
    }
}

@media (max-width: 640px) {
    .smnn-interviews-template__player {
        min-height: 230px !important;
    }
    .smnn-interviews-template__active-meta {
        padding: 18px !important;
    }
}


/* v3.3.52: remake interviews template in the same visual language as the home page.
   This removes the oversized/dark interview treatment and turns the template into a
   clean homepage-style video section: 1300px rail, light background, white panels,
   navy/gold accents, rounded cards, and a large video-first layout. */
.smnn-interviews-template {
    direction: rtl !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(196,164,98,.10), transparent 26%),
        linear-gradient(180deg, var(--smnn-interviews-bg, #f7fafc), #ffffff) !important;
    padding: clamp(34px, 5vw, 72px) 16px !important;
    color: var(--smnn-interviews-text, #102033) !important;
}

.smnn-interviews-template__inner {
    width: min(100%, var(--smnn-interviews-width, 1300px)) !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
}

.smnn-interviews-template__hero-head {
    position: relative !important;
    margin: 0 0 22px !important;
    padding: 0 0 18px !important;
    text-align: right !important;
}

.smnn-interviews-template__hero-head:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: min(260px, 44vw) !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--smnn-interviews-gold, #c4a462), #e8d6a7) !important;
}

.smnn-interviews-template__hero-head span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    color: var(--smnn-interviews-gold, #c4a462) !important;
    background: rgba(196,164,98,.12) !important;
    border: 1px solid rgba(196,164,98,.22) !important;
    font-weight: 950 !important;
    font-size: 12px !important;
}

.smnn-interviews-template__hero-head span:before {
    content: "" !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 999px !important;
    background: var(--smnn-interviews-gold, #c4a462) !important;
    box-shadow: 0 0 0 6px rgba(196,164,98,.13) !important;
}

.smnn-interviews-template__hero-head h2 {
    margin: 14px 0 10px !important;
    color: var(--smnn-interviews-navy, #0b3458) !important;
    font-size: clamp(30px, 4vw, 54px) !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
}

.smnn-interviews-template__hero-head p {
    max-width: 900px !important;
    margin: 0 !important;
    color: var(--smnn-interviews-muted, #6f8396) !important;
    line-height: 1.85 !important;
    font-weight: 750 !important;
}

.smnn-interviews-template__player-card {
    position: relative !important;
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 0 28px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    overflow: hidden !important;
    border-radius: 30px !important;
    background: var(--smnn-interviews-card, #ffffff) !important;
    border: 1px solid rgba(11,52,88,.10) !important;
    box-shadow: 0 24px 70px rgba(11,52,88,.10) !important;
}

.smnn-interviews-template__player-card:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, var(--smnn-interviews-gold, #c4a462), #e8d6a7) !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.smnn-interviews-template__player {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    background: #061327 !important;
    border-radius: 30px 30px 0 0 !important;
    overflow: hidden !important;
}

.smnn-interviews-template__player:before {
    content: "" !important;
    display: block !important;
    padding-top: 56.25% !important;
}

.smnn-interviews-template__player iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.smnn-interviews-template__active-meta {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px 18px !important;
    padding: 20px 24px 22px !important;
    background:
        radial-gradient(circle at 10% 20%, rgba(196,164,98,.08), transparent 28%),
        var(--smnn-interviews-card, #ffffff) !important;
    color: var(--smnn-interviews-text, #102033) !important;
}

.smnn-interviews-template__active-meta > span {
    grid-column: 1 !important;
    margin: 0 !important;
    align-self: center !important;
    justify-self: start !important;
    padding: 8px 13px !important;
    border-radius: 999px !important;
    background: rgba(196,164,98,.12) !important;
    border: 1px solid rgba(196,164,98,.24) !important;
    color: var(--smnn-interviews-gold, #c4a462) !important;
    font-weight: 950 !important;
    font-size: 12px !important;
}

.smnn-interviews-template__active-meta h3 {
    grid-column: 2 !important;
    margin: 0 !important;
    color: var(--smnn-interviews-navy, #0b3458) !important;
    font-size: clamp(23px, 2.8vw, 38px) !important;
    line-height: 1.22 !important;
    font-weight: 950 !important;
}

.smnn-interviews-template__active-meta p {
    grid-column: 2 / 3 !important;
    margin: 4px 0 0 !important;
    color: var(--smnn-interviews-muted, #6f8396) !important;
    line-height: 1.7 !important;
    font-weight: 750 !important;
}

.smnn-interviews-template__active-details {
    grid-column: 3 !important;
    justify-content: flex-end !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    color: var(--smnn-interviews-muted, #6f8396) !important;
}

.smnn-interviews-template__active-details strong {
    color: var(--smnn-interviews-gold, #c4a462) !important;
    font-weight: 950 !important;
}

.smnn-interviews-template__active-details small {
    color: var(--smnn-interviews-muted, #6f8396) !important;
    font-weight: 750 !important;
}

.smnn-interviews-template__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.smnn-interviews-template__card {
    appearance: none !important;
    position: relative !important;
    width: 100% !important;
    display: block !important;
    border: 1px solid rgba(11,52,88,.10) !important;
    border-radius: 26px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: var(--smnn-interviews-card, #ffffff) !important;
    color: var(--smnn-interviews-text, #102033) !important;
    text-align: right !important;
    cursor: pointer !important;
    box-shadow: 0 18px 44px rgba(11,52,88,.08) !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.smnn-interviews-template__card:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, var(--smnn-interviews-gold, #c4a462), #e8d6a7) !important;
    opacity: .82 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.smnn-interviews-template__card:hover,
.smnn-interviews-template__card.is-active {
    transform: translateY(-4px) !important;
    border-color: rgba(196,164,98,.50) !important;
    box-shadow: 0 24px 60px rgba(11,52,88,.15) !important;
}

.smnn-interviews-template__thumb {
    position: relative !important;
    display: block !important;
    aspect-ratio: 16 / 9 !important;
    background: linear-gradient(135deg, var(--smnn-interviews-navy, #0b3458), #061327) !important;
    overflow: hidden !important;
}

.smnn-interviews-template__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .35s ease !important;
}

.smnn-interviews-template__thumb:after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, transparent 45%, rgba(6,19,39,.28)) !important;
    pointer-events: none !important;
}

.smnn-interviews-template__thumb i {
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(255,255,255,.94) !important;
    color: var(--smnn-interviews-navy, #0b3458) !important;
    box-shadow: 0 16px 36px rgba(0,0,0,.22) !important;
    font-size: 18px !important;
    z-index: 3 !important;
}

.smnn-interviews-template__card-body {
    display: grid !important;
    gap: 8px !important;
    padding: 18px !important;
}

.smnn-interviews-template__card-body em {
    color: var(--smnn-interviews-gold, #c4a462) !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

.smnn-interviews-template__card-body strong {
    color: var(--smnn-interviews-navy, #0b3458) !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 950 !important;
}

.smnn-interviews-template__card-body small,
.smnn-interviews-template__card-body span {
    color: var(--smnn-interviews-muted, #6f8396) !important;
    font-weight: 750 !important;
    line-height: 1.7 !important;
}

@media (max-width: 980px) {
    .smnn-interviews-template__active-meta {
        grid-template-columns: 1fr !important;
        text-align: right !important;
    }
    .smnn-interviews-template__active-meta > span,
    .smnn-interviews-template__active-meta h3,
    .smnn-interviews-template__active-meta p,
    .smnn-interviews-template__active-details {
        grid-column: auto !important;
    }
    .smnn-interviews-template__active-details {
        justify-content: flex-start !important;
        text-align: right !important;
    }
    .smnn-interviews-template__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .smnn-interviews-template {
        padding: 28px 12px !important;
    }
    .smnn-interviews-template__player-card,
    .smnn-interviews-template__card {
        border-radius: 22px !important;
    }
    .smnn-interviews-template__grid {
        grid-template-columns: 1fr !important;
    }
    .smnn-interviews-template__active-meta {
        padding: 18px !important;
    }
}


/* v3.3.53: strict 16:9 featured video frame fix.
   This removes the leftover oversized/min-height player behavior that could create a
   dark empty area above the YouTube/Vimeo video. The iframe now fills one clean 16:9
   frame exactly, matching the homepage-style white card layout. */
.smnn-interviews-template__player-card {
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 0 28px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
}

.smnn-interviews-template__player {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    background: #061327 !important;
    overflow: hidden !important;
    border-radius: 30px 30px 0 0 !important;
}

.smnn-interviews-template__player:before {
    display: none !important;
    content: none !important;
    padding-top: 0 !important;
}

.smnn-interviews-template__player iframe {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    border: 0 !important;
    background: #061327 !important;
}

@media (max-width: 640px) {
    .smnn-interviews-template__player {
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
    }
}

/* v3.3.54: auto-switching featured interview slider with ultra-slow main motion. */
.smnn-interviews-template__player-card {
    position: relative !important;
}

.smnn-interviews-template__player-card:after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(6, 19, 39, .16) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 3 !important;
    transition: opacity .46s cubic-bezier(.65, 0, .35, 1) !important;
}

.smnn-interviews-template__player-card--switching:after {
    opacity: 1 !important;
}

.smnn-interviews-template__player {
    isolation: isolate !important;
}

.smnn-interviews-template--slow-zoom .smnn-interviews-template__player iframe {
    transform-origin: center center !important;
    will-change: transform !important;
}

.smnn-interviews-template--slow-zoom .smnn-interviews-template__player--zoom-cycle iframe {
    animation: smnnInterviewsUltraSlowZoom 10s ease-in-out infinite !important;
}

.smnn-interviews-template--auto .smnn-interviews-template__card {
    position: relative !important;
}

.smnn-interviews-template--auto .smnn-interviews-template__card.is-active:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 3px !important;
    width: 100% !important;
    transform-origin: right center !important;
    background: linear-gradient(90deg, var(--smnn-interviews-gold, #c4a462), #e8d6a7) !important;
    animation: smnnInterviewsActiveProgress var(--smnn-interviews-slide-duration, 9000ms) linear infinite !important;
    z-index: 4 !important;
}

.smnn-interviews-template--paused .smnn-interviews-template__card.is-active:after,
.smnn-interviews-template--paused .smnn-interviews-template__player--zoom-cycle iframe {
    animation-play-state: paused !important;
}

@keyframes smnnInterviewsUltraSlowZoom {
    0% { transform: scale(1); }
    50% { transform: scale(1.035); }
    100% { transform: scale(1); }
}

@keyframes smnnInterviewsActiveProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
    .smnn-interviews-template--slow-zoom .smnn-interviews-template__player--zoom-cycle iframe,
    .smnn-interviews-template--auto .smnn-interviews-template__card.is-active:after {
        animation: none !important;
    }
    .smnn-interviews-template__player-card:after {
        transition: none !important;
    }
}

/* v3.3.57: high-quality overlay covers replace video-player animation.
   Auto-switching fades animated cover images; the iframe loads only after play.
   The slow zoom is now guaranteed to run on the overlay image itself, not the iframe. */
.smnn-interviews-template__player {
    position: relative !important;
    isolation: isolate !important;
}

.smnn-interviews-template__cover {
    appearance: none !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 4 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: linear-gradient(135deg, var(--smnn-interviews-navy, #0b3458), #061327) !important;
    cursor: pointer !important;
    overflow: hidden !important;
    opacity: 1 !important;
    transition: opacity .58s cubic-bezier(.65, 0, .35, 1), filter .58s cubic-bezier(.65, 0, .35, 1) !important;
}

.smnn-interviews-template__cover-img,
.smnn-interviews-template__cover-fallback {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.smnn-interviews-template__cover-img {
    object-fit: cover !important;
    transform: scale(1);
    will-change: transform !important;
    backface-visibility: hidden !important;
}

.smnn-interviews-template__cover-fallback {
    background:
        radial-gradient(circle at 20% 18%, rgba(196,164,98,.24), transparent 30%),
        linear-gradient(135deg, var(--smnn-interviews-navy, #0b3458), #061327) !important;
}

.smnn-interviews-template__cover-shade {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        radial-gradient(circle at 50% 45%, rgba(255,255,255,.16), transparent 18%),
        linear-gradient(180deg, rgba(6,19,39,.12), rgba(6,19,39,.34)) !important;
    pointer-events: none !important;
}

.smnn-interviews-template__play-button {
    position: absolute !important;
    z-index: 5 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: clamp(72px, 8vw, 108px) !important;
    height: clamp(72px, 8vw, 108px) !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(255,255,255,.95) !important;
    color: var(--smnn-interviews-navy, #0b3458) !important;
    box-shadow: 0 28px 70px rgba(0,0,0,.28), 0 0 0 12px rgba(255,255,255,.16) !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

.smnn-interviews-template__play-button b {
    display: inline-block !important;
    transform: translateX(-2px) !important;
    font-size: clamp(22px, 2.5vw, 34px) !important;
    line-height: 1 !important;
}

.smnn-interviews-template__cover:hover .smnn-interviews-template__play-button,
.smnn-interviews-template__cover:focus-visible .smnn-interviews-template__play-button {
    transform: translate(-50%, -50%) scale(1.045) !important;
    box-shadow: 0 32px 82px rgba(0,0,0,.34), 0 0 0 16px rgba(255,255,255,.18) !important;
}

.smnn-interviews-template__player iframe {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .38s ease !important;
    z-index: 1 !important;
}

.smnn-interviews-template--video-playing .smnn-interviews-template__player iframe {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 5 !important;
}

.smnn-interviews-template--video-playing .smnn-interviews-template__cover {
    opacity: 0 !important;
    pointer-events: none !important;
}

.smnn-interviews-template__player-card--switching .smnn-interviews-template__cover {
    opacity: .28 !important;
    filter: saturate(.84) brightness(.82) !important;
}

.smnn-interviews-template--slow-zoom .smnn-interviews-template__player iframe,
.smnn-interviews-template--slow-zoom .smnn-interviews-template__player--zoom-cycle iframe {
    animation: none !important;
    transform: none !important;
}

.smnn-interviews-template__player {
    --smnn-cover-zoom-origin: 50% 50%;
    --smnn-cover-zoom-x: 0%;
    --smnn-cover-zoom-y: 0%;
}

.smnn-interviews-template__player--zoom-center {
    --smnn-cover-zoom-origin: 50% 50%;
    --smnn-cover-zoom-x: 0%;
    --smnn-cover-zoom-y: 0%;
}

.smnn-interviews-template__player--zoom-right {
    --smnn-cover-zoom-origin: 82% 50%;
    --smnn-cover-zoom-x: -1.15%;
    --smnn-cover-zoom-y: 0%;
}

.smnn-interviews-template__player--zoom-left {
    --smnn-cover-zoom-origin: 18% 50%;
    --smnn-cover-zoom-x: 1.15%;
    --smnn-cover-zoom-y: 0%;
}

.smnn-interviews-template__player--zoom-up {
    --smnn-cover-zoom-origin: 50% 16%;
    --smnn-cover-zoom-x: 0%;
    --smnn-cover-zoom-y: 1.05%;
}

.smnn-interviews-template__player--zoom-upper-right {
    --smnn-cover-zoom-origin: 82% 16%;
    --smnn-cover-zoom-x: -1.05%;
    --smnn-cover-zoom-y: 1.05%;
}

.smnn-interviews-template__player--zoom-upper-left {
    --smnn-cover-zoom-origin: 18% 16%;
    --smnn-cover-zoom-x: 1.05%;
    --smnn-cover-zoom-y: 1.05%;
}

.smnn-interviews-template__player--zoom-cycle .smnn-interviews-template__cover-img {
    transform-origin: var(--smnn-cover-zoom-origin, 50% 50%) !important;
}

.smnn-interviews-template--slow-zoom .smnn-interviews-template__player--zoom-cycle .smnn-interviews-template__cover-img {
    animation: smnnInterviewsCoverBreathZoom 10s ease-in-out infinite !important;
}

@keyframes smnnInterviewsCoverBreathZoom {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(var(--smnn-cover-zoom-x, 0%), var(--smnn-cover-zoom-y, 0%), 0) scale(1.055); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}

/* v3.3.57: hovering/focusing may pause auto-switch timing, but it must not freeze the overlay image zoom.
   The cover animation only stops after the visitor clicks play and the real video is active. */
.smnn-interviews-template--video-playing .smnn-interviews-template__card.is-active:after,
.smnn-interviews-template--video-playing .smnn-interviews-template__player--zoom-cycle .smnn-interviews-template__cover-img {
    animation-play-state: paused !important;
}

.smnn-interviews-template--paused:not(.smnn-interviews-template--video-playing) .smnn-interviews-template__player--zoom-cycle .smnn-interviews-template__cover-img {
    animation-play-state: running !important;
}

@media (prefers-reduced-motion: reduce) {
    .smnn-interviews-template--slow-zoom .smnn-interviews-template__player--zoom-cycle .smnn-interviews-template__cover-img,
    .smnn-interviews-template--auto .smnn-interviews-template__card.is-active:after {
        animation: none !important;
    }
    .smnn-interviews-template__cover,
    .smnn-interviews-template__player iframe,
    .smnn-interviews-template__play-button {
        transition: none !important;
    }
}
