/**
 * Path: wp-content/themes/moviestream-child-gogotv/assets/css/design-v182.css
 * GogoTV v1.8.2 unified responsive system.
 * Scope: home, watch, movie, series, archive, search, footer, bottom navigation.
 */

:root{
    --gogo-v182-shell:1280px;
    --gogo-v182-mobile-gutter:12px;
    --gogo-v182-tablet-gutter:18px;
    --gogo-v182-radius:8px;
    --gogo-v182-line:rgba(255,255,255,.09);
    --gogo-v182-line-strong:rgba(255,255,255,.16);
    --gogo-v182-bg:#070808;
    --gogo-v182-panel:#101111;
    --gogo-v182-panel-2:#151616;
    --gogo-v182-text:#f4f4f5;
    --gogo-v182-muted:#94999f;
    --gogo-v182-soft:#70757b;
    --gogo-v182-red:#ff2431;
}

html{scroll-padding-top:var(--gogo-fixed-header-space, 120px)!important;}
body.gogotv-design-v182{
    background:var(--gogo-v182-bg)!important;
    color:var(--gogo-v182-text)!important;
    font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif!important;
    font-size:14px!important;
    line-height:1.5!important;
    letter-spacing:-.025em!important;
    overflow-x:hidden!important;
}
body.gogotv-design-v182 :where(h1,h2,h3,h4,p,ul,ol,dl){margin-top:0;}
body.gogotv-design-v182 :where(main,section,article)[id]{scroll-margin-top:calc(var(--gogo-fixed-header-space, 120px) + 10px)!important;}

/* Prevent empty ad/legacy placeholders from creating unexplained black gaps. */
body.gogotv-design-v182 .gogotv-top-ads:empty,
body.gogotv-design-v182 .gogotv-top-ads-grid:empty,
body.gogotv-design-v182 .gogo-site-announcement:empty,
body.gogotv-design-v182 .watch-after-player-ad:empty,
body.gogotv-design-v182 .gogo-movie-slot-ss1:empty,
body.gogotv-design-v182 .gogo-movie-announcement:empty{
    display:none!important;
    margin:0!important;
    padding:0!important;
    min-height:0!important;
}

/* Global axis and vertical rhythm. */
body.gogotv-design-v182 .gogo-home-v150,
body.gogotv-design-v182 .gogo-home-v160,
body.gogotv-design-v182 .gogo-archive-shell,
body.gogotv-design-v182 .gogo-popular-shell,
body.gogotv-design-v182 .gogo-renewal-listing,
body.gogotv-design-v182 .gogo-search-shell,
body.gogotv-design-v182 .gogo-series-v150,
body.gogotv-design-v182 .gogo-series-v160{
    width:min(var(--gogo-v182-shell),calc(100% - 36px))!important;
    max-width:var(--gogo-v182-shell)!important;
    margin-left:auto!important;
    margin-right:auto!important;
}

/* Header: same proportions everywhere. */
body.gogotv-design-v182 .gogo-site-header{
    background:rgba(7,8,8,.97)!important;
    border-bottom:1px solid var(--gogo-v182-line)!important;
    box-shadow:none!important;
}
body.gogotv-design-v182 .gogo-site-header__inner{
    width:min(var(--gogo-v182-shell),calc(100% - 36px))!important;
    height:66px!important;
    gap:24px!important;
}
body.gogotv-design-v182 .gogo-site-brand{font-size:24px!important;line-height:1!important;}
body.gogotv-design-v182 .gogo-site-nav{gap:24px!important;}
body.gogotv-design-v182 .gogo-site-nav a,
body.gogotv-design-v182 .gogo-site-nav button{font-size:13px!important;font-weight:750!important;}
body.gogotv-design-v182 .gogo-site-actions{gap:14px!important;}
body.gogotv-design-v182 .gogo-header-icon{width:28px!important;height:28px!important;}
body.gogotv-design-v182 .gogo-header-icon svg{width:21px!important;height:21px!important;}
body.gogotv-design-v182 .gogo-header-profile{width:34px!important;height:34px!important;}
body.gogotv-design-v182 .gogo-header-profile svg{width:22px!important;height:22px!important;}

body.gogotv-design-v182 .gogo-category-strip{border-top:1px solid rgba(255,255,255,.025)!important;}
body.gogotv-design-v182 .gogo-category-strip__inner{
    width:min(var(--gogo-v182-shell),calc(100% - 36px))!important;
    min-height:48px!important;
    gap:8px!important;
}
body.gogotv-design-v182 .gogo-category-strip__inner a{
    min-height:34px!important;
    padding:0 13px!important;
    border-radius:6px!important;
    font-size:11px!important;
    font-weight:750!important;
    line-height:1!important;
}

/* Banners keep 4-up desktop and 2x2 mobile, without extra dead height. */
body.gogotv-design-v182 .gogotv-top-ads{
    width:min(var(--gogo-v182-shell),calc(100% - 36px))!important;
    margin:10px auto 18px!important;
}
body.gogotv-design-v182 .gogotv-top-ads-grid{gap:8px!important;}
body.gogotv-design-v182 .gogotv-top-ad-card{border-radius:6px!important;}

/* Shared section hierarchy. */
body.gogotv-design-v182 .gogo-home-section{margin:0 0 34px!important;}
body.gogotv-design-v182 .gogo-home-section__head,
body.gogotv-design-v182 .gogo-section__head{
    margin-bottom:13px!important;
    align-items:center!important;
}
body.gogotv-design-v182 .gogo-home-section__head h2,
body.gogotv-design-v182 .gogo-section__title{
    font-size:18px!important;
    line-height:1.3!important;
    font-weight:800!important;
    letter-spacing:-.035em!important;
}
body.gogotv-design-v182 .gogo-home-section__head>a,
body.gogotv-design-v182 .gogo-section__more{font-size:11px!important;color:var(--gogo-v182-muted)!important;}
body.gogotv-design-v182 .gogo-section-triangle{transform:scale(.8)!important;transform-origin:center!important;}

/* Home shelves and cards. */
body.gogotv-design-v182 .gogo-home-shelf{gap:12px!important;}
body.gogotv-design-v182 .gogo-poster-card__image{border-radius:8px!important;}
body.gogotv-design-v182 .gogo-poster-card__title{
    margin-top:8px!important;
    min-height:38px!important;
    font-size:13px!important;
    line-height:1.42!important;
    font-weight:700!important;
    letter-spacing:-.025em!important;
}
body.gogotv-design-v182 .gogo-poster-card__type{margin-top:2px!important;font-size:10.5px!important;line-height:1.35!important;}
body.gogotv-design-v182 .gogo-poster-card__update{padding:5px 7px!important;font-size:9px!important;}
body.gogotv-design-v182 .gogo-poster-card__country{font-size:10px!important;padding:4px 6px!important;}
body.gogotv-design-v182 .gogo-poster-card__stats{font-size:10px!important;}

/* Latest updates. */
body.gogotv-design-v182 .gogo-update-row{
    grid-template-columns:112px minmax(0,1fr) auto!important;
    gap:12px!important;
    min-height:82px!important;
    padding:9px 0!important;
    border-bottom:1px solid var(--gogo-v182-line)!important;
}
body.gogotv-design-v182 .gogo-update-row__thumb{width:112px!important;border-radius:7px!important;}
body.gogotv-design-v182 .gogo-update-row__copy{gap:3px!important;}
body.gogotv-design-v182 .gogo-update-row__copy strong{font-size:13px!important;line-height:1.38!important;}
body.gogotv-design-v182 .gogo-update-row__copy span,
body.gogotv-design-v182 .gogo-update-row time{font-size:10.5px!important;line-height:1.35!important;}

/* Genre cards. */
body.gogotv-design-v182 .gogo-genre-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
body.gogotv-design-v182 .gogo-genre-tile{
    min-height:72px!important;
    padding:12px 14px!important;
    grid-template-columns:34px minmax(0,1fr) 16px!important;
    gap:10px!important;
    border-radius:8px!important;
    background:var(--gogo-v182-panel)!important;
    border:1px solid var(--gogo-v182-line)!important;
}
body.gogotv-design-v182 .gogo-genre-tile__index{
    width:32px!important;height:32px!important;
    font-size:11px!important;font-weight:900!important;
    color:var(--gogo-v182-red)!important;
    border-radius:6px!important;
}
body.gogotv-design-v182 .gogo-genre-tile__copy strong{font-size:13px!important;line-height:1.25!important;}
body.gogotv-design-v182 .gogo-genre-tile__copy small{font-size:10px!important;line-height:1.3!important;}
body.gogotv-design-v182 .gogo-genre-tile__arrow{font-size:17px!important;}

/* Rankings. */
body.gogotv-design-v182 .gogo-rank-row{
    grid-template-columns:26px 92px minmax(0,1fr) auto!important;
    gap:11px!important;
    padding:9px 0!important;
}
body.gogotv-design-v182 .gogo-rank-row>b{width:23px!important;height:23px!important;font-size:11px!important;}
body.gogotv-design-v182 .gogo-rank-row__thumb{width:92px!important;border-radius:7px!important;}
body.gogotv-design-v182 .gogo-rank-row__copy strong{font-size:13px!important;line-height:1.35!important;}
body.gogotv-design-v182 .gogo-rank-row__copy span,
body.gogotv-design-v182 .gogo-rank-row em{font-size:10px!important;line-height:1.35!important;}

/* Archive/search list system. */
body.gogotv-design-v182 .gogo-archive-head,
body.gogotv-design-v182 .gogo-search-head{margin-bottom:18px!important;}
body.gogotv-design-v182 .gogo-archive-title,
body.gogotv-design-v182 .gogo-search-title{font-size:22px!important;line-height:1.25!important;font-weight:800!important;}
body.gogotv-design-v182 .gogo-archive-sort a,
body.gogotv-design-v182 .gogo-archive-sort button,
body.gogotv-design-v182 .gogo-search-chip{font-size:11px!important;}
body.gogotv-design-v182 .gogo-archive-grid .gogo-poster-card__title,
body.gogotv-design-v182 .gogo-ranking-grid .gogo-poster-card__title{font-size:13px!important;}

/* Watch page: player full-width on mobile, compact information hierarchy. */
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-hero-area{
    margin-top:0!important;
    padding-top:0!important;
}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-player-section{max-width:var(--gogo-v182-shell)!important;}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-player-stage,
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .centerplayer{border-radius:8px!important;}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-direct-nav{
    width:min(var(--gogo-v182-shell),calc(100% - 36px))!important;
    margin:10px auto 18px!important;
    gap:8px!important;
}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-direct-nav-item{
    min-height:48px!important;
    padding:0 12px!important;
    border-radius:8px!important;
}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-nav-copy strong{font-size:12px!important;}
body.gogotv-design-v182.gogotv-page-watch .gogo-watch-breadcrumb-shell{margin-top:0!important;margin-bottom:10px!important;}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-title-v46{
    font-size:22px!important;line-height:1.35!important;font-weight:800!important;margin-bottom:7px!important;
}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-head-meta-v180 .watch-meta-pill{font-size:11.5px!important;padding:0 9px!important;}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episodes-title-wrap h2{font-size:18px!important;}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episodes-count{font-size:11px!important;}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-card-copy strong{font-size:13px!important;line-height:1.4!important;}
body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-card-copy small{font-size:10.5px!important;line-height:1.5!important;}

/* Movie page: same title/action/body scale as watch. */
body.gogotv-design-v182.gogotv-page-movie .gogo-movie-single-v51{--gogo-site-max:var(--gogo-v182-shell)!important;}
body.gogotv-design-v182.gogotv-page-movie .gogo-movie-titlebar .entry-title{font-size:24px!important;line-height:1.3!important;font-weight:800!important;}
body.gogotv-design-v182.gogotv-page-movie .gogo-movie-actions{border-color:var(--gogo-v182-line)!important;}
body.gogotv-design-v182.gogotv-page-movie .gogo-movie-action{font-size:11px!important;}
body.gogotv-design-v182.gogotv-page-movie .entry-content,
body.gogotv-design-v182.gogotv-page-movie .gogo-movie-synopsis-copy{font-size:13px!important;line-height:1.75!important;}
body.gogotv-design-v182.gogotv-page-movie .gogo-movie-meta-list{font-size:12px!important;line-height:1.55!important;}

/* Series page: unify with movie/watch. */
body.gogotv-design-v182 .gogo-series-v150,
body.gogotv-design-v182 .gogo-series-v160{padding-top:10px!important;padding-bottom:30px!important;}
body.gogotv-design-v182 .gogo-series-hero{gap:22px!important;}
body.gogotv-design-v182 .gogo-series-hero__copy h1{font-size:26px!important;line-height:1.3!important;font-weight:800!important;}
body.gogotv-design-v182 .gogo-series-hero__quick-meta span,
body.gogotv-design-v182 .gogo-series-hero__genres{font-size:11px!important;}
body.gogotv-design-v182 .gogo-series-hero__actions button{font-size:11px!important;min-height:40px!important;}
body.gogotv-design-v182 .gogo-series-tabs a{font-size:12px!important;}
body.gogotv-design-v182 .gogo-series-info-section h2,
body.gogotv-design-v182 .gogo-series-episode-section h2,
body.gogotv-design-v182 .gogo-series-related-section h2{font-size:18px!important;line-height:1.3!important;}
body.gogotv-design-v182 .gogo-series-description{font-size:13px!important;line-height:1.75!important;}
body.gogotv-design-v182 .gogo-series-meta-list{font-size:12px!important;}
body.gogotv-design-v182 .gogo-series-episode-row{min-height:82px!important;}
body.gogotv-design-v182 .gogo-series-episode-row__copy strong{font-size:13px!important;line-height:1.4!important;}
body.gogotv-design-v182 .gogo-series-episode-row__copy span,
body.gogotv-design-v182 .gogo-series-episode-row time{font-size:10px!important;line-height:1.4!important;}

/* Footer and bottom navigation share one density scale. */
body.gogotv-design-v182 .gogo-site-footer{
    margin-top:auto!important;
    padding-top:20px!important;
    padding-bottom:22px!important;
}
body.gogotv-design-v182 .gogo-site-footer__inner{
    width:min(var(--gogo-v182-shell),calc(100% - 36px))!important;
    padding:22px 0 24px!important;
}
body.gogotv-design-v182 .gogo-footer-brand{font-size:18px!important;}
body.gogotv-design-v182 .gogo-footer-links{margin:14px 0 10px!important;gap:7px 14px!important;}
body.gogotv-design-v182 .gogo-footer-links a,
body.gogotv-design-v182 .gogo-footer-copy,
body.gogotv-design-v182 .gogo-footer-copyright{font-size:10px!important;line-height:1.5!important;}
body.gogotv-design-v182 .gogo-mobile-nav{height:62px!important;}
body.gogotv-design-v182 .gogo-mobile-nav__item{font-size:9px!important;gap:3px!important;}
body.gogotv-design-v182 .gogo-mobile-nav__item svg{width:20px!important;height:20px!important;}

@media (max-width:980px){
    body.gogotv-design-v182{font-size:13px!important;}
    body.gogotv-design-v182 .gogo-site-header__inner{width:100%!important;height:62px!important;padding:0 var(--gogo-v182-tablet-gutter)!important;gap:10px!important;}
    body.gogotv-design-v182 .gogo-site-brand{font-size:22px!important;}
    body.gogotv-design-v182 .gogo-site-actions{gap:9px!important;}
    body.gogotv-design-v182 .gogo-header-icon{width:27px!important;height:27px!important;}
    body.gogotv-design-v182 .gogo-header-profile{width:32px!important;height:32px!important;}
    body.gogotv-design-v182 .gogo-category-strip__inner{width:100%!important;min-height:50px!important;padding:0 var(--gogo-v182-tablet-gutter)!important;overflow-x:auto!important;scrollbar-width:none!important;}
    body.gogotv-design-v182 .gogo-category-strip__inner::-webkit-scrollbar{display:none!important;}
    body.gogotv-design-v182 .gogo-category-strip__inner a{flex:0 0 auto!important;min-height:36px!important;font-size:11px!important;padding:0 13px!important;}

    body.gogotv-design-v182 .gogo-home-v150,
    body.gogotv-design-v182 .gogo-home-v160,
    body.gogotv-design-v182 .gogo-archive-shell,
    body.gogotv-design-v182 .gogo-popular-shell,
    body.gogotv-design-v182 .gogo-renewal-listing,
    body.gogotv-design-v182 .gogo-search-shell,
    body.gogotv-design-v182 .gogo-series-v150,
    body.gogotv-design-v182 .gogo-series-v160{width:calc(100% - 28px)!important;}

    body.gogotv-design-v182 .gogo-home-section{margin-bottom:30px!important;}
    body.gogotv-design-v182 .gogo-home-section__head h2,
    body.gogotv-design-v182 .gogo-section__title{font-size:17px!important;}

    body.gogotv-design-v182 .gogo-home-shelf{
        display:grid!important;
        grid-auto-flow:column!important;
        grid-auto-columns:calc((100vw - 54px)/4)!important;
        gap:10px!important;
        overflow-x:auto!important;
        scroll-snap-type:x proximity!important;
        scrollbar-width:none!important;
        padding-bottom:4px!important;
    }
    body.gogotv-design-v182 .gogo-home-shelf::-webkit-scrollbar{display:none!important;}
    body.gogotv-design-v182 .gogo-home-shelf .gogo-poster-card{scroll-snap-align:start!important;}

    body.gogotv-design-v182 .gogo-genre-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}

    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-watch-body-grid{width:calc(100% - 28px)!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-title-v46{font-size:19px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-grid-v46{grid-template-columns:1fr!important;gap:0!important;}

    body.gogotv-design-v182 .gogo-series-hero__copy h1{font-size:22px!important;}
}

@media (max-width:768px){
    :root{--gogo-v182-mobile-gutter:12px;}

    body.gogotv-design-v182 .gogo-site-header__inner{height:60px!important;padding:0 var(--gogo-v182-mobile-gutter)!important;}
    body.gogotv-design-v182 .gogo-mobile-menu-button{width:28px!important;height:28px!important;padding:3px!important;}
    body.gogotv-design-v182 .gogo-mobile-menu-button svg{width:20px!important;height:20px!important;}
    body.gogotv-design-v182 .gogo-site-brand{font-size:21px!important;}
    body.gogotv-design-v182 .gogo-site-actions{gap:7px!important;}
    body.gogotv-design-v182 .gogo-header-icon{width:26px!important;height:26px!important;}
    body.gogotv-design-v182 .gogo-header-icon svg{width:19px!important;height:19px!important;}
    body.gogotv-design-v182 .gogo-header-profile{width:31px!important;height:31px!important;}
    body.gogotv-design-v182 .gogo-category-strip__inner{min-height:48px!important;padding:0 var(--gogo-v182-mobile-gutter)!important;gap:7px!important;}
    body.gogotv-design-v182 .gogo-category-strip__inner a{min-height:34px!important;padding:0 12px!important;font-size:10.5px!important;border-radius:6px!important;}

    body.gogotv-design-v182 .gogotv-top-ads{width:calc(100% - 24px)!important;margin:8px auto 14px!important;}
    body.gogotv-design-v182 .gogotv-top-ads-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;}

    body.gogotv-design-v182 .gogo-home-v150,
    body.gogotv-design-v182 .gogo-home-v160,
    body.gogotv-design-v182 .gogo-archive-shell,
    body.gogotv-design-v182 .gogo-popular-shell,
    body.gogotv-design-v182 .gogo-renewal-listing,
    body.gogotv-design-v182 .gogo-search-shell,
    body.gogotv-design-v182 .gogo-series-v150,
    body.gogotv-design-v182 .gogo-series-v160{width:calc(100% - 24px)!important;}

    body.gogotv-design-v182 .gogo-home-section{margin-bottom:26px!important;}
    body.gogotv-design-v182 .gogo-home-section__head{margin-bottom:10px!important;}
    body.gogotv-design-v182 .gogo-home-section__head h2,
    body.gogotv-design-v182 .gogo-section__title{font-size:15px!important;}
    body.gogotv-design-v182 .gogo-home-section__head>a,
    body.gogotv-design-v182 .gogo-section__more{font-size:10px!important;}

    body.gogotv-design-v182 .gogo-home-shelf{grid-auto-columns:calc((100vw - 42px)/3.55)!important;gap:9px!important;}
    body.gogotv-design-v182 .gogo-poster-card__title{font-size:11.5px!important;line-height:1.38!important;min-height:33px!important;margin-top:7px!important;}
    body.gogotv-design-v182 .gogo-poster-card__type{font-size:9.5px!important;}
    body.gogotv-design-v182 .gogo-poster-card__stats{font-size:9px!important;}
    body.gogotv-design-v182 .gogo-poster-card__rank{font-size:32px!important;-webkit-text-stroke:1px #111!important;}

    body.gogotv-design-v182 .gogo-update-row{grid-template-columns:88px minmax(0,1fr) auto!important;gap:10px!important;min-height:74px!important;padding:8px 0!important;}
    body.gogotv-design-v182 .gogo-update-row__thumb{width:88px!important;border-radius:6px!important;}
    body.gogotv-design-v182 .gogo-update-row__copy strong{font-size:11.5px!important;line-height:1.35!important;}
    body.gogotv-design-v182 .gogo-update-row__copy span,
    body.gogotv-design-v182 .gogo-update-row time{font-size:9.5px!important;}

    body.gogotv-design-v182 .gogo-genre-tile-grid{gap:8px!important;}
    body.gogotv-design-v182 .gogo-genre-tile{min-height:66px!important;padding:10px!important;grid-template-columns:30px minmax(0,1fr) 14px!important;gap:8px!important;}
    body.gogotv-design-v182 .gogo-genre-tile__index{width:28px!important;height:28px!important;font-size:10px!important;}
    body.gogotv-design-v182 .gogo-genre-tile__copy strong{font-size:11px!important;}
    body.gogotv-design-v182 .gogo-genre-tile__copy small{font-size:9px!important;}

    body.gogotv-design-v182 .gogo-rank-row{grid-template-columns:22px 78px minmax(0,1fr) auto!important;gap:9px!important;padding:8px 0!important;}
    body.gogotv-design-v182 .gogo-rank-row__thumb{width:78px!important;}
    body.gogotv-design-v182 .gogo-rank-row__copy strong{font-size:11.5px!important;}
    body.gogotv-design-v182 .gogo-rank-row__copy span,
    body.gogotv-design-v182 .gogo-rank-row em{font-size:9px!important;}

    /* Watch player is truly viewport-wide. */
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-hero-area{
        width:100vw!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:calc(50% - 50vw)!important;
        margin-top:0!important;
        padding:0!important;
    }
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-player-section{width:100vw!important;max-width:none!important;margin:0!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-player-stage,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .centerplayer{border-left:0!important;border-right:0!important;border-radius:0!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-player-media,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .playerx,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .bigplayer,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 #pembed,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 iframe,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 video{
        width:100%!important;
        max-width:none!important;
    }
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-player-media,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .centerplayer,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 #pembed{aspect-ratio:16/9!important;height:auto!important;min-height:0!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 iframe,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 video{height:100%!important;min-height:0!important;object-fit:contain!important;}

    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-direct-nav{width:calc(100% - 24px)!important;margin:9px auto 14px!important;gap:8px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-direct-nav-item{min-height:46px!important;padding:0 9px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-nav-copy strong{font-size:11px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-nav-icon{font-size:15px!important;width:22px!important;height:22px!important;}
    body.gogotv-design-v182.gogotv-page-watch .gogo-watch-breadcrumb-shell{display:none!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-watch-body-grid{width:calc(100% - 24px)!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-watch-titlebar{margin-bottom:14px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-head-card{padding-bottom:13px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-title-v46{font-size:16.5px!important;line-height:1.38!important;margin-bottom:5px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-head-meta-v180 .watch-meta-pill{font-size:10.5px!important;padding:0 7px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-v180-continue{margin-bottom:14px!important;padding:10px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-v180-continue-copy>span{font-size:8px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-v180-continue-copy strong{font-size:11.5px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-v180-continue-copy small,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-v180-continue-btn{font-size:9.5px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episodes-title-wrap h2{font-size:15px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episodes-count{font-size:10px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-search-wrap,
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-search{height:42px!important;min-height:42px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-search{font-size:12px!important;padding-left:40px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-card{grid-template-columns:40% minmax(0,1fr)!important;gap:10px!important;min-height:86px!important;padding:9px 0!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-thumb{border-radius:7px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-card-copy{padding:1px 0!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-card-copy strong{font-size:11.5px!important;line-height:1.35!important;margin-bottom:3px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-card-copy small{font-size:9.5px!important;line-height:1.45!important;-webkit-line-clamp:2!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .gogo-v180-episode-state{font-size:8.5px!important;margin-top:3px!important;}

    /* Movie page mobile. */
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-player-wrap{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-player-stage,
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-player-aspect{border-left:0!important;border-right:0!important;border-radius:0!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-grid-shell,
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-body-grid{width:calc(100% - 24px)!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-breadcrumb-shell{display:none!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-titlebar .entry-title{font-size:18px!important;line-height:1.35!important;margin-bottom:9px!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-action{min-height:54px!important;padding:8px 4px!important;font-size:10px!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-action i{font-size:14px!important;margin-bottom:3px!important;}
    body.gogotv-design-v182.gogotv-page-movie .infodb .left{width:104px!important;flex:0 0 104px!important;}
    body.gogotv-design-v182.gogotv-page-movie .entry-content,
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-synopsis-copy{font-size:12px!important;line-height:1.72!important;}
    body.gogotv-design-v182.gogotv-page-movie .gogo-movie-meta-list{font-size:11px!important;}

    /* Series page mobile. */
    body.gogotv-design-v182 .gogo-series-v150,
    body.gogotv-design-v182 .gogo-series-v160{padding-top:8px!important;}
    body.gogotv-design-v182 .gogo-series-back{font-size:24px!important;margin-bottom:8px!important;}
    body.gogotv-design-v182 .gogo-series-hero{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;}
    body.gogotv-design-v182 .gogo-series-hero__poster{width:104px!important;}
    body.gogotv-design-v182 .gogo-series-hero__copy h1{font-size:17px!important;line-height:1.35!important;margin-bottom:7px!important;}
    body.gogotv-design-v182 .gogo-series-hero__quick-meta{gap:0!important;}
    body.gogotv-design-v182 .gogo-series-hero__quick-meta span{font-size:10px!important;padding:0 7px!important;}
    body.gogotv-design-v182 .gogo-series-hero__genres{font-size:10px!important;line-height:1.5!important;}
    body.gogotv-design-v182 .gogo-series-hero__actions{gap:7px!important;margin-top:9px!important;}
    body.gogotv-design-v182 .gogo-series-hero__actions button{min-height:36px!important;font-size:10px!important;padding:0 10px!important;}
    body.gogotv-design-v182 .gogo-series-tabs{margin:18px 0!important;}
    body.gogotv-design-v182 .gogo-series-tabs a{font-size:10.5px!important;min-height:38px!important;}
    body.gogotv-design-v182 .gogo-series-info-section h2,
    body.gogotv-design-v182 .gogo-series-episode-section h2,
    body.gogotv-design-v182 .gogo-series-related-section h2{font-size:15px!important;}
    body.gogotv-design-v182 .gogo-series-description{font-size:12px!important;line-height:1.72!important;}
    body.gogotv-design-v182 .gogo-series-meta-list{font-size:11px!important;}
    body.gogotv-design-v182 .gogo-series-episode-search{height:42px!important;}
    body.gogotv-design-v182 .gogo-series-episode-search input{font-size:11px!important;}
    body.gogotv-design-v182 .gogo-series-episode-row{grid-template-columns:88px minmax(0,1fr) auto!important;gap:10px!important;min-height:72px!important;padding:8px 0!important;}
    body.gogotv-design-v182 .gogo-series-episode-row__thumb{width:88px!important;border-radius:6px!important;}
    body.gogotv-design-v182 .gogo-series-episode-row__copy strong{font-size:11.5px!important;}
    body.gogotv-design-v182 .gogo-series-episode-row__copy span,
    body.gogotv-design-v182 .gogo-series-episode-row time{font-size:9px!important;}

    /* Search/archive mobile list density. */
    body.gogotv-design-v182 .gogo-archive-title,
    body.gogotv-design-v182 .gogo-search-title{font-size:18px!important;}
    body.gogotv-design-v182 .gogo-search-input,
    body.gogotv-design-v182 .gogo-search-form input{font-size:12px!important;}

    body.gogotv-design-v182 .gogo-site-footer{padding-top:14px!important;padding-bottom:calc(70px + env(safe-area-inset-bottom))!important;}
    body.gogotv-design-v182 .gogo-site-footer__inner{width:calc(100% - 24px)!important;padding:20px 0!important;}
    body.gogotv-design-v182 .gogo-footer-brand{font-size:16px!important;}
    body.gogotv-design-v182 .gogo-footer-links a,
    body.gogotv-design-v182 .gogo-footer-copy,
    body.gogotv-design-v182 .gogo-footer-copyright{font-size:9px!important;}
    body.gogotv-design-v182 .gogo-mobile-nav{height:60px!important;}
    body.gogotv-design-v182 .gogo-mobile-nav__item{font-size:8.5px!important;gap:2px!important;padding:4px 1px 5px!important;}
    body.gogotv-design-v182 .gogo-mobile-nav__item svg{width:19px!important;height:19px!important;}
}

@media (max-width:420px){
    body.gogotv-design-v182 .gogo-home-shelf{grid-auto-columns:calc((100vw - 38px)/3.35)!important;}
    body.gogotv-design-v182 .gogo-poster-card__title{font-size:11px!important;min-height:31px!important;}
    body.gogotv-design-v182 .gogo-update-row{grid-template-columns:82px minmax(0,1fr) auto!important;}
    body.gogotv-design-v182 .gogo-update-row__thumb{width:82px!important;}
    body.gogotv-design-v182 .gogo-rank-row{grid-template-columns:21px 74px minmax(0,1fr) auto!important;}
    body.gogotv-design-v182 .gogo-rank-row__thumb{width:74px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-title-v46{font-size:15.5px!important;}
    body.gogotv-design-v182.gogotv-page-watch .epwatch-ux-v46.epwatch-ux-v180 .watch-episode-card{grid-template-columns:39% minmax(0,1fr)!important;min-height:82px!important;}
    body.gogotv-design-v182 .gogo-series-hero{grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;}
    body.gogotv-design-v182 .gogo-series-hero__poster{width:96px!important;}
}
