.axv-watch-page {
    --axv-gap: 2px;
    color: var(--ax-text, #f5f7fb);
}

.axv-fs-card { min-width: 0; }

.axv-fs-heading {
    display: flex;
    min-width: 0;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
}

.axv-heading-copy { min-width: 0; }
.axv-fs-heading h1 {
    margin: 0;
    color: var(--ax-text, #f5f7fb);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.12;
}
.axv-heading-original { margin-top: 7px; color: var(--ax-muted, #929cad); font-size: 14px; }

.axv-heading-ratings {
    display: flex;
    min-height: 24px;
    flex: 0 0 auto;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-end;
}
.axv-heading-ratings:empty { display: none; }
.axv-heading-ratings span {
    display: inline-flex;
    min-width: 52px;
    height: 24px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    line-height: 24px;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .22);
}
.axv-heading-ratings b { margin-right: 4px; font-weight: 900; }
.axv-heading-ratings .is-kp { color: #fff; background: #f47a22; }
.axv-heading-ratings .is-imdb { color: #151515; background: #f5c518; }

.axv-watch-grid {
    display: grid;
    margin-top: 20px;
    grid-template-columns: minmax(0, 41fr) minmax(195px, 9fr);
    gap: var(--axv-gap);
    align-items: stretch;
}
.axv-watch-main,
.axv-watch-suggestions { min-width: 0; }

.axv-fs-player {
    display: flex;
    height: clamp(494px, 45.6vw, 618px);
    min-height: 494px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ax-line, rgba(255,255,255,.09));
    border-radius: 18px;
    background: #05070a;
}

.axv-fs-tabsbar {
    min-height: 44px;
    flex: 0 0 auto;
    background: #111620;
}
.axv-fs-tabsbar > div { display: flex; min-height: 44px; align-items: stretch; }
.axv-fs-tabsbar span {
    display: inline-flex;
    min-width: 126px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--ax-line, rgba(255,255,255,.09));
    color: #cdd4df;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.axv-fs-tabsbar span.current,
.axv-fs-tabsbar span:hover { color: #171a20; background: var(--ax-accent, #ffb44a); }

.axv-34166c581c { display: none; min-height: 0; flex: 1 1 auto; background: #05070a; }
.axv-34166c581c.is-active { display: block; }
.axv-34166c581c iframe,
.axv-34166c581c video-player {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 420px;
    border: 0;
}

.axv-fs-player-actions {
    display: grid;
    min-height: 50px;
    flex: 0 0 auto;
    grid-template-columns: .7fr 1.3fr 1fr;
    color: #d7dde6;
    background: #111620;
}
.axv-fs-player-actions > div {
    display: flex;
    min-width: 0;
    padding: 0 14px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--ax-line, rgba(255,255,255,.09));
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.axv-fs-player-actions > div:last-child { border-right: 0; }
.axv-fs-player-actions a { color: inherit; }
.axv-fs-player-actions .fa-heart,
.axv-fs-player-actions .fa-heart-o { color: var(--ax-good, #68d391); }
.axv-fs-player-actions .fa-exclamation-triangle { color: var(--ax-accent, #ffb44a); }
.axv-warning-icon { display: inline-flex; width: 14px; height: 14px; flex: 0 0 14px; align-items: center; justify-content: center; color: #f5c518; line-height: 1; vertical-align: middle; }
.axv-warning-icon svg { display: block; width: 100%; height: 100%; fill: currentColor; transform: translateY(0); }
.axv-d771415a8a a { display: inline-flex; gap: 5px; align-items: center; justify-content: center; line-height: 1.1; }

.axv-watch-suggestions {
    display: flex;
    height: clamp(494px, 45.6vw, 618px);
    min-height: 494px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ax-line, rgba(255,255,255,.09));
    border-radius: 18px;
    background: var(--ax-panel, #151a24);
}
.axv-watch-suggestions-title {
    display: flex;
    min-height: 48px;
    padding: 0 15px;
    flex: 0 0 auto;
    align-items: center;
    border-bottom: 1px solid var(--ax-line, rgba(255,255,255,.09));
    color: var(--ax-text, #f5f7fb);
    background: #111620;
    font-size: 17px;
    font-weight: 800;
}
.axv-watch-suggestions-scroll {
    display: grid;
    min-height: 0;
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: var(--ax-accent, #ffb44a) #242a34;
    scrollbar-width: thin;
}
.axv-watch-suggestions-scroll::-webkit-scrollbar { width: 7px; }
.axv-watch-suggestions-scroll::-webkit-scrollbar-track { background: #242a34; }
.axv-watch-suggestions-scroll::-webkit-scrollbar-thumb { border-radius: 8px; background: var(--ax-accent, #ffb44a); }

.axv-suggestion-card { min-width: 0; }
.axv-suggestion-link { display: block; color: var(--ax-text, #f5f7fb); text-decoration: none; }
.axv-suggestion-poster {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: #090c11;
}
.axv-suggestion-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease, filter .22s ease;
}
.axv-suggestion-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #171a20;
    background: var(--ax-accent, #ffb44a);
    opacity: 0;
    transform: translate(-50%, -42%);
    transition: opacity .22s ease, transform .22s ease;
}
.axv-suggestion-play svg { display: block; width: 15px; height: 15px; margin-left: 2px; fill: currentColor; }
.axv-suggestion-link:hover .axv-suggestion-poster img { filter: brightness(.74); transform: scale(1.025); }
.axv-suggestion-link:hover .axv-suggestion-play { opacity: 1; transform: translate(-50%, -50%); }
.axv-suggestion-title {
    display: -webkit-box;
    margin: 7px 2px 0;
    overflow: hidden;
    color: #f0f3f8;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.axv-watch-share {
    display: flex;
    min-height: 44px;
    margin-top: 14px;
    padding: 8px 12px;
    gap: 8px;
    align-items: center;
    border: 1px solid var(--ax-line, rgba(255,255,255,.09));
    border-radius: 12px;
    color: var(--ax-muted, #929cad);
    background: rgba(255,255,255,.025);
}
.axv-watch-share > div { margin-right: 4px; font-size: 12px; font-weight: 700; }
.axv-watch-share > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; color: #fff; background: #252c38; cursor: pointer; }

.axv-fs-meta-title {
    margin: 16px 0 14px;
    padding: 15px 17px;
    border: 1px solid var(--ax-line, rgba(255,255,255,.09));
    border-radius: 13px;
    color: var(--ax-text, #f5f7fb);
    background: rgba(255,255,255,.03);
    font-size: 16px;
    font-weight: 700;
}

.axv-watch-details {
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid var(--ax-line, rgba(255,255,255,.09));
    border-radius: 16px;
    background: rgba(255,255,255,.025);
}
.axv-fs-details-nav { display: flex; padding: 8px; gap: 6px; border-bottom: 1px solid var(--ax-line, rgba(255,255,255,.09)); background: #111620; }
.axv-fs-details-nav button {
    min-width: 120px;
    height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: 9px;
    color: #cbd2dc;
    background: rgba(255,255,255,.055);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}
.axv-fs-details-nav button.is-active,
.axv-fs-details-nav button:hover { color: #171a20; background: linear-gradient(135deg, var(--ax-accent, #ffb44a), var(--ax-accent-2, #ff7c52)); }
.axv-fs-details-panel { padding: 18px; }
.axv-fs-details-panel[hidden] { display: none !important; }

.axv-description-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 22px; align-items: start; }
.axv-description-poster { min-width: 0; }
.axv-description-poster-image { position: relative; overflow: hidden; border: 1px solid var(--ax-line, rgba(255,255,255,.09)); border-radius: 14px; background: #1a2029; box-shadow: 0 16px 34px rgba(0,0,0,.3); }
.axv-description-poster-image img { display: block; width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.axv-description-series { position: absolute; right: 0; bottom: 0; left: 0; padding: 9px 8px; color: #171a20; background: var(--ax-accent, #ffb44a); font-size: 12px; font-weight: 900; text-align: center; }
.axv-description-poster-image:has(.axv-description-votes) .axv-description-series { bottom: 46px; }
.axv-description-edit { position: absolute; top: 8px; left: 8px; }
.axv-description-edit a { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: rgba(0,0,0,.7); }
.axv-description-votes {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 46px;
    grid-template-columns: 1fr 46px 1fr;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.18);
    color: #fff;
    background: linear-gradient(180deg, rgba(28, 32, 37, .96), rgba(14, 17, 20, .97));
    backdrop-filter: blur(6px);
}
.axv-description-vote,
.axv-description-vote > * { display: flex; min-height: 34px; gap: 8px; align-items: center; justify-content: center; }
.axv-description-vote > * {
    min-width: 58px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 99px;
    color: inherit;
    cursor: pointer;
    transition: filter .16s ease, transform .16s ease;
}
.axv-description-vote > *:hover { filter: brightness(1.14); transform: translateY(-1px); }
.axv-description-vote .fal { font-size: 15px; }
.axv-description-vote b { font-size: 13px; font-weight: 800; }
.axv-description-vote.is-like { color: #6bc43d; }
.axv-description-vote.is-dislike { color: #f06b4f; }
.axv-description-vote.is-like > * { border-color: rgba(107,196,61,.38); background: rgba(107,196,61,.12); }
.axv-description-vote.is-dislike > * { border-color: rgba(240,107,79,.38); background: rgba(240,107,79,.12); }
.axv-description-votes-score {
    --axv-score-color: #f5c518;
    display: grid;
    width: 36px;
    height: 36px;
    margin: auto;
    place-items: center;
    border: 2px solid var(--axv-score-color);
    border-radius: 50%;
    color: #fff !important;
    background: #171b1f;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--axv-score-color) 18%, transparent), inset 0 1px 0 rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}
.axv-description-votes-score.is-zero { --axv-score-color: #626970; color: #d9dde1 !important; }
.axv-description-votes-score.is-low { --axv-score-color: #f06b4f; }
.axv-description-votes-score.is-medium { --axv-score-color: #f5c518; color: #fff !important; }
.axv-description-votes-score.is-high { --axv-score-color: #6bc43d; }
.axv-description-copy { min-width: 0; color: #c7cfda; }
.axv-description-copy h2 { margin: 0 0 12px; color: var(--ax-text, #f5f7fb); font-size: 20px; }
.axv-description-copy .axv-e7c055d0dd { min-height: 240px; color: #c7cfda; font-size: 14px; line-height: 1.72; }

.axv-fs-info-chips { display: flex; gap: 12px; flex-wrap: wrap; }
.axv-fs-info-chip { min-width: 120px; }
.axv-fs-info-chip > span { display: flex; gap: 6px; flex-direction: column; }
.axv-fs-info-chip b { color: var(--ax-muted, #929cad); font-size: 10px; letter-spacing: .35px; text-transform: uppercase; }
.axv-fs-info-chip em { display: flex; gap: 6px; flex-wrap: wrap; font-style: normal; }
.axv-fs-value-chip { display: inline-flex; min-height: 30px; padding: 5px 10px; align-items: center; border: 1px solid var(--ax-line, rgba(255,255,255,.09)); border-radius: 99px; color: #dce2ea; background: #171d27; font-size: 12px; }
.axv-fs-value-chip.is-link { color: var(--ax-accent, #ffb44a); }
.axv-actors-text { padding: 14px; border-radius: 10px; color: #cbd2dc; background: rgba(255,255,255,.035); line-height: 1.7; }
.axv-fs-actors-heading { margin-bottom: 10px; color: var(--ax-text, #f5f7fb); font-size: 18px; font-weight: 800; }

.axv-fs-schedule { margin-top: 18px; padding: 16px; overflow: hidden; border: 1px solid var(--ax-line, rgba(255,255,255,.09)); border-radius: 16px; background: rgba(255,255,255,.025); }
.axv-fs-schedule h3 { margin: 0 0 14px; color: var(--ax-text, #f5f7fb); font-size: 17px; }
.axv-fs-schedule h3 span { color: var(--ax-accent, #ffb44a); }
.axv-fs-schedule #soons-tv-ajax,
.axv-fs-schedule #soons-tv-no { overflow: hidden; border: 1px solid var(--ax-line, rgba(255,255,255,.09)); border-radius: 11px; background: #111620; }
.axv-fs-schedule .axv-e8ab1cbd49 { overflow: hidden; border-bottom: 1px solid var(--ax-line, rgba(255,255,255,.09)); }
.axv-fs-schedule .axv-c8119e7062 { display: flex; min-height: 42px; padding: 0 14px; align-items: center; justify-content: space-between; color: #e5e9ef; background: #171d27; font-weight: 750; }
.axv-fs-schedule .axv-c8119e7062 a { color: var(--ax-muted, #929cad); font-size: 12px; }
.axv-fs-schedule .axv-140660001a { width: 100%; border-collapse: collapse; color: #d8dee7; font-size: 13px; }
.axv-fs-schedule .axv-140660001a tr + tr { border-top: 1px solid var(--ax-line, rgba(255,255,255,.09)); }
.axv-fs-schedule .axv-140660001a td { padding: 10px 12px; vertical-align: middle; }
.axv-fs-schedule .axv-594940716f { width: 22%; color: var(--ax-muted, #929cad); }
.axv-fs-schedule .axv-ade6a38bd7 { width: 40%; }
.axv-fs-schedule .axv-4792df37f3 { width: 22%; color: var(--ax-muted, #929cad); }
.axv-fs-schedule .axv-4f0b6c7036 { color: var(--ax-accent, #ffb44a); text-align: right; }
.axv-fs-schedule .axv-4f0b6c7036 .fa { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #171a20; background: var(--ax-accent, #ffb44a); font-size: 10px; }
.axv-fs-schedule .axv-88e3767528 { padding: 10px 12px; border-top: 1px solid var(--ax-line, rgba(255,255,255,.09)); text-align: center; }
.axv-fs-schedule .axv-88e3767528 a { color: var(--ax-accent, #ffb44a); }
.axv-fs-schedule .axv-a5b4903bdc { cursor: pointer; transition: background-color .16s ease, box-shadow .16s ease; }
.axv-fs-schedule .axv-a5b4903bdc:hover { background: rgba(255,180,74,.07); }
.axv-fs-schedule .axv-a5b4903bdc.is-current { background: rgba(255,180,74,.12); box-shadow: inset 3px 0 0 var(--ax-accent, #ffb44a); }
.axv-fs-schedule:has(.axv-a5b4903bdc),
.axv-fs-schedule:has(.axv-a5b4903bdc) > #soons-tv-ajax,
.axv-fs-schedule:has(.axv-a5b4903bdc) > #soons-tv-no { display: block !important; height: auto !important; visibility: visible !important; opacity: 1 !important; }
.axv-fs-schedule:not(:has(.axv-a5b4903bdc)) { display: none !important; }
.axv-schedule-slot:not(:has(.axv-a5b4903bdc)) { display: none; }
.axv-fs-comments { margin-top: 22px; padding: 0; }

@media (max-width: 920px) {
    .axv-watch-grid { grid-template-columns: minmax(0, 1fr) 190px; }
    .axv-fs-player,
    .axv-watch-suggestions { height: 494px; min-height: 494px; }
}

@media (max-width: 760px) {
    .axv-fs-heading { display: block; }
    .axv-heading-ratings { margin-top: 12px; justify-content: flex-start; }
    .axv-watch-grid { display: flex; flex-direction: column; }
    .axv-fs-player { height: auto; min-height: 0; }
    .axv-34166c581c { aspect-ratio: 320 / 189; }
    .axv-34166c581c iframe,
    .axv-34166c581c video-player { min-height: 0; }
    .axv-watch-suggestions.is-mobile-below-details {
        height: auto;
        min-height: 0;
        margin-top: 14px;
        overflow: visible;
    }
    .axv-watch-suggestions.is-mobile-below-details .axv-watch-suggestions-scroll {
        display: grid;
        padding: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
    }
    .axv-description-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 15px; }
    .axv-fs-player-actions > div { padding: 0 8px; font-size: 11px; }
}

@media (max-width: 470px) {
    .axv-fs-heading h1 { font-size: 25px; }
    .axv-fs-tabsbar span { min-width: 0; padding: 0 12px; flex: 1 1 auto; }
    .axv-fs-player-actions { grid-template-columns: 1fr 1.4fr; }
    .axv-fs-player-actions > div:last-child { display: none; }
    .axv-watch-suggestions.is-mobile-below-details { height: auto; min-height: 0; }
    .axv-fs-details-nav { overflow-x: auto; }
    .axv-fs-details-nav button { min-width: 105px; }
    .axv-fs-details-panel { padding: 14px; }
    .axv-description-layout { display: block; }
    .axv-description-poster { width: min(230px, 72vw); margin: 0 auto 18px; }
    .axv-description-copy .axv-e7c055d0dd { min-height: 0; }
}

/* AX light integration: keep the approved fullstory layout and inherit the
   original template's light palette, spacing and typography. */
.lt .axv-watch-page {
    --ax-text: var(--tt);
    --ax-muted: var(--tt-fade);
    --ax-line: var(--bdc);
    --ax-panel: var(--bg);
    --ax-accent: var(--accent);
    --ax-accent-2: var(--accent);
    --ax-good: var(--green);
    color: var(--tt);
}

.lt .axv-fs-heading h1 {
    color: var(--tt);
    font-size: clamp(19px, 1.8vw, 23px);
    font-weight: 500;
}
.lt .axv-heading-original { color: var(--tt-fade); }
.lt .axv-heading-ratings span {
    min-width: 50px;
    height: 21px;
    padding: 0 7px;
    border: 1px solid var(--bdc);
    border-radius: 4px;
    line-height: 19px;
    box-shadow: none;
}
.lt .axv-heading-ratings .is-kp { color: #fff; background: #f47a22; border-color: #f47a22; }
.lt .axv-heading-ratings .is-imdb { color: #151515; background: #f5c518; border-color: #f5c518; }

.lt .axv-fs-player {
    border-color: #171717;
    border-radius: 6px;
    background: var(--bg-blackest);
}
.lt .axv-fs-tabsbar,
.lt .axv-fs-player-actions { background: var(--bg-blackest); }
.lt .axv-fs-tabsbar span { border-color: rgba(255,255,255,.16); color: #fff; }
.lt .axv-fs-tabsbar span.current,
.lt .axv-fs-tabsbar span:hover { color: #fff; background: var(--accent); }
.lt .axv-fs-player-actions > div { border-color: rgba(255,255,255,.16); }

.lt .axv-watch-suggestions {
    border-color: rgba(255,255,255,.12);
    border-radius: 6px;
    color: #f3f5f7;
    background: var(--bg-blackest);
    box-shadow: 0 8px 24px rgba(17, 20, 23, .16);
}
.lt .axv-watch-suggestions-title {
    min-height: 48px;
    border-color: rgba(255,255,255,.12);
    color: #fff;
    background: var(--bg-blackest);
    font-size: 16px;
    font-weight: 500;
}
.lt .axv-watch-suggestions-scroll {
    background: var(--bg-blackest);
    scrollbar-color: var(--accent) #1d1d1d;
}
.lt .axv-watch-suggestions-scroll::-webkit-scrollbar-track { background: #1d1d1d; }
.lt .axv-watch-suggestions-scroll::-webkit-scrollbar-thumb { background: var(--accent); }
.lt .axv-suggestion-link { color: #f3f5f7; }
.lt .axv-suggestion-poster { border: 1px solid rgba(255,255,255,.12); background: var(--bg-blackest); }
.lt .axv-suggestion-play { color: #fff; background: var(--accent); }
.lt .axv-suggestion-title { color: #f3f5f7; font-weight: 500; }

.lt .axv-watch-share,
.lt .axv-fs-meta-title,
.lt .axv-watch-details,
.lt .axv-fs-schedule {
    border-color: var(--bdc);
    color: var(--tt);
    background: var(--bg);
    box-shadow: var(--bsh);
}
.lt .axv-watch-share { border-radius: 6px; }
.lt .axv-watch-share > span { background: var(--accent); }
.lt .axv-fs-meta-title { border-radius: 6px; color: var(--tt); font-size: 15px; font-weight: 500; }
.lt .axv-watch-details { border-radius: 6px; }
.lt .axv-fs-details-nav {
    border-color: var(--bdc);
    background: var(--bg-darker-1);
}
.lt .axv-fs-details-nav button {
    border: 1px solid var(--bdc);
    border-radius: 3px;
    color: var(--tt);
    background: var(--bg);
}
.lt .axv-fs-details-nav button.is-active,
.lt .axv-fs-details-nav button:hover { color: #fff; background: var(--accent); }

.lt .axv-description-poster-image {
    border-color: var(--bdc);
    border-radius: 6px;
    background: var(--bg-darker);
    box-shadow: var(--bsh);
}
.lt .axv-description-series { color: #fff; background: var(--accent); }
.lt .axv-description-votes { border-color: rgba(255,255,255,.18); background: linear-gradient(180deg, rgba(28, 28, 28, .96), rgba(12, 12, 12, .97)); }
.lt .axv-description-votes-score,
.lt .axv-description-copy h2,
.lt .axv-fs-actors-heading,
.lt .axv-fs-schedule h3 { color: var(--tt); }
.lt .axv-description-votes-score { color: #fff !important; }
.lt .axv-description-copy,
.lt .axv-description-copy .axv-e7c055d0dd,
.lt .axv-actors-text { color: var(--tt-fade-0); }

.lt .axv-fs-info-chip b { color: var(--tt-fade); }
.lt .axv-fs-value-chip {
    border-color: var(--bdc);
    color: var(--tt);
    background: var(--bg-darker-1);
}
.lt .axv-fs-value-chip.is-link { color: var(--blue); }
.lt .axv-actors-text { border: 1px solid var(--bdc); background: var(--bg-darker-1); }

.lt .axv-fs-schedule { border-radius: 6px; }
.lt .axv-fs-schedule h3 span,
.lt .axv-fs-schedule .axv-4f0b6c7036,
.lt .axv-fs-schedule .axv-88e3767528 a { color: var(--accent); }
.lt .axv-fs-schedule #soons-tv-ajax,
.lt .axv-fs-schedule #soons-tv-no { border-color: var(--bdc); background: var(--bg); }
.lt .axv-fs-schedule .axv-e8ab1cbd49,
.lt .axv-fs-schedule .axv-140660001a tr + tr,
.lt .axv-fs-schedule .axv-88e3767528 { border-color: var(--bdc); }
.lt .axv-fs-schedule .axv-c8119e7062 { color: var(--tt); background: var(--bg-darker-1); }
.lt .axv-fs-schedule .axv-c8119e7062 a,
.lt .axv-fs-schedule .axv-594940716f,
.lt .axv-fs-schedule .axv-4792df37f3 { color: var(--tt-fade); }
.lt .axv-fs-schedule .axv-140660001a { color: var(--tt-fade-0); }
.lt .axv-fs-schedule .axv-4f0b6c7036 .fa { color: #fff; background: var(--accent); }
.lt .axv-fs-schedule .axv-a5b4903bdc:hover { background: color-mix(in srgb, var(--accent) 7%, transparent); }
.lt .axv-fs-schedule .axv-a5b4903bdc.is-current { background: color-mix(in srgb, var(--accent) 12%, transparent); box-shadow: inset 3px 0 0 var(--accent); }

@supports not (color: color-mix(in srgb, black, white)) {
    .lt .axv-fs-schedule .axv-a5b4903bdc:hover { background: rgba(128,128,128,.07); }
    .lt .axv-fs-schedule .axv-a5b4903bdc.is-current { background: rgba(128,128,128,.12); }
}

/* Player header and bottom share rail. */
.axv-player-topbar {
    display: flex;
    min-width: 0;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: stretch;
    background: #111620;
}
.axv-player-topbar .axv-fs-tabsbar { min-width: max-content; }
.axv-player-topbar .axv-fs-player-actions {
    display: flex;
    min-width: 0;
    min-height: 44px;
    margin-left: auto;
    flex: 1 1 auto;
    grid-template-columns: none;
    justify-content: flex-end;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: var(--accent) rgba(255,255,255,.08);
    scrollbar-width: thin;
    white-space: nowrap;
}
.axv-player-topbar .axv-fs-player-actions::-webkit-scrollbar { height: 4px; }
.axv-player-topbar .axv-fs-player-actions::-webkit-scrollbar-track { background: rgba(255,255,255,.08); }
.axv-player-topbar .axv-fs-player-actions::-webkit-scrollbar-thumb { border-radius: 6px; background: var(--accent); }
.axv-player-topbar .axv-fs-player-actions > div {
    min-width: max-content;
    min-height: 44px;
    padding: 0 13px;
    flex: 0 0 auto;
    cursor: pointer;
}
.axv-player-topbar .axv-fs-player-actions > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }

.axv-watch-share--player {
    min-height: 50px;
    margin: 0;
    padding: 7px 14px;
    flex: 0 0 auto;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-radius: 0;
    color: #d7dde6;
    background: #111620;
    overflow-x: auto;
    white-space: nowrap;
}
.axv-watch-share--player > div { color: #fff; }
.axv-watch-share--player > span {
    flex: 0 0 30px;
    color: #fff;
    background: #2f7ecb;
}
.axv-watch-share--player > span::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.axv-watch-share--player > span[data-id="fb"] { background: #4267a9; }
.axv-watch-share--player > span[data-id="vk"] { background: #4c75a3; }
.axv-watch-share--player > span[data-id="ok"] { background: #ee8208; }
.axv-watch-share--player > span[data-id="tw"] { background: #2aa9df; }
.axv-watch-share--player > span[data-id="tlg"] { background: #3989ad; }
.axv-watch-share--player > span[data-id="fb"]::before { -webkit-mask-image: url('../images/social/fb.svg'); mask-image: url('../images/social/fb.svg'); }
.axv-watch-share--player > span[data-id="vk"]::before { -webkit-mask-image: url('../images/social/vk.svg'); mask-image: url('../images/social/vk.svg'); }
.axv-watch-share--player > span[data-id="ok"]::before { -webkit-mask-image: url('../images/social/ok.svg'); mask-image: url('../images/social/ok.svg'); }
.axv-watch-share--player > span[data-id="tw"]::before { -webkit-mask-image: url('../images/social/tw.svg'); mask-image: url('../images/social/tw.svg'); }
.axv-watch-share--player > span[data-id="tlg"]::before { -webkit-mask-image: url('../images/social/tlg.svg'); mask-image: url('../images/social/tlg.svg'); }
.lt .axv-watch-share--player { border-color: rgba(255,255,255,.12); color: #d7dde6; background: var(--bg-blackest); box-shadow: none; }

/* Editorial information grid: intentionally distinct from pill/chip layouts. */
.axv-info-sheet {
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    gap: 9px;
    align-items: flex-start;
    border-radius: 6px;
    background: #f1f3f2;
}
.axv-info-row {
    position: relative;
    display: flex;
    width: fit-content;
    min-width: 0;
    min-height: 52px;
    padding: 3px 16px 2px;
    flex: 0 1 auto;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    border: 1px solid #e0e4e1;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(25, 34, 29, .035);
}
.axv-info-row--wide { width: fit-content; }
.axv-info-row--translator { order: 99; }
.axv-info-row b {
    color: var(--tt-fade);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .55px;
    text-transform: uppercase;
}
.axv-info-row > div { min-width: 0; color: var(--tt); font-size: 13.3px; line-height: 1.45; }
.axv-info-row a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.axv-info-row a:hover { border-bottom-color: var(--accent); }
.axv-fs-meta-title--before-details { margin-top: 14px; margin-bottom: 0; }
.axv-description-copy .axv-auto-paragraph { margin: 0; }
.axv-description-copy .axv-auto-paragraph + .axv-auto-paragraph { margin-top: 1em; }

/* Cast cards are generated for every post from its Kinopoisk id and actors field. */
.axv-cast-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
.axv-cast-card {
    display: flex;
    min-width: 0;
    padding: 8px;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    border: 1px solid var(--bdc);
    border-radius: 6px;
    color: var(--tt);
    background: var(--bg-darker-1);
    text-align: center;
    transition: border-color .18s ease, box-shadow .18s ease, translate .18s ease;
}
.axv-cast-card:hover { border-color: var(--accent); color: var(--accent); box-shadow: var(--bsh); translate: 0 -2px; }
.axv-cast-card__photo,
.axv-cast-card__placeholder {
    display: block;
    width: 100%;
    height: 122px;
    border-radius: 4px;
    object-fit: cover;
    background: var(--bg-darker);
}
.axv-cast-card__placeholder { display: grid; place-items: center; color: var(--tt-fade); font-size: 30px; }
.axv-cast-card__placeholder svg { display: block; width: 32px; height: 32px; fill: currentColor; }
.axv-cast-card__name { display: -webkit-box; min-height: 32px; overflow: hidden; font-size: 12px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.axv-cast-unavailable { padding: 14px; border: 1px solid var(--bdc); border-radius: 6px; color: var(--tt-fade); background: var(--bg-darker-1); }

@media (max-width: 760px) {
    .axv-player-topbar { display: block; }
    .axv-player-topbar .axv-fs-tabsbar { width: 100%; }
    .axv-player-topbar .axv-fs-player-actions { justify-content: flex-start; border-top: 1px solid rgba(255,255,255,.12); }
    .axv-cast-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 470px) {
    .axv-info-sheet { padding: 9px; gap: 7px; }
    .axv-info-row { min-height: 46px; padding: 2px 14px 1px; gap: 2px; }
    .axv-cast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
