/* MOVIECMS-SEO-PAGINATION-UI-R4-20260901
 * Shared, theme-aware presentation fixes and progressive-pagination UI.
 * The crawler contract remains the server-rendered pager and real hrefs.
 */

/* Keep the real SSR pagination visible and compact. JavaScript only promotes
 * the existing next anchor; without JavaScript this section is unchanged. */
nav.pager.moviecms-load-more-ready,
nav.stream-pager.moviecms-load-more-ready {
  display: flex !important;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px !important;
}

nav.pager.moviecms-auto-load-ready,
nav.stream-pager.moviecms-auto-load-ready {
  min-height: 1px !important;
  overflow-anchor: none;
}

/* Human browsers receive an auto-load sentinel instead of page-number chrome.
 * The class exists only after JS starts; the original SSR pager and real href
 * remain intact for crawlers, no-JS users, assistive fallback and failures. */
nav.pager.moviecms-auto-load-ready
  > :not(
    .moviecms-load-more-link,
    .moviecms-load-more-status,
    .moviecms-load-more-end
  ),
nav.stream-pager.moviecms-auto-load-ready
  > :not(
    .moviecms-load-more-link,
    .moviecms-load-more-status,
    .moviecms-load-more-end
  ) {
  display: none !important;
}

/* Healthy auto-loading has no visible pager or oversized capsule. Keep the
 * true next anchor as a one-pixel observer target and keyboard fallback; a
 * focused link, an automatic-load failure, loading status, or the terminal
 * state becomes visible again. */
nav.pager.moviecms-auto-load-ready:not(.is-fallback)
  .moviecms-load-more-link:not(:focus-visible),
nav.stream-pager.moviecms-auto-load-ready:not(.is-fallback)
  .moviecms-load-more-link:not(:focus-visible) {
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  flex: 0 0 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0.01 !important;
}

nav.pager.moviecms-auto-load-ready .moviecms-load-more-status,
nav.stream-pager.moviecms-auto-load-ready .moviecms-load-more-status {
  display: none;
}

nav.pager.moviecms-auto-load-ready:is(.is-loading, .is-fallback)
  .moviecms-load-more-status,
nav.stream-pager.moviecms-auto-load-ready:is(.is-loading, .is-fallback)
  .moviecms-load-more-status {
  display: block;
}

nav.pager.moviecms-load-more-ready .moviecms-load-more-link,
nav.stream-pager.moviecms-load-more-ready .moviecms-load-more-link {
  box-sizing: border-box;
  display: inline-flex !important;
  width: min(100%, 340px) !important;
  min-height: 42px;
  order: -20;
  flex: 0 0 min(100%, 340px);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-style: normal !important;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

nav.pager.moviecms-load-more-ready .moviecms-load-more-link[aria-busy="true"],
nav.stream-pager.moviecms-load-more-ready
  .moviecms-load-more-link[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

.moviecms-load-more-status {
  width: 100%;
  min-height: 1.35em;
  flex: 1 0 100%;
  order: -10;
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
  opacity: 0.72;
  text-align: center;
}

.moviecms-load-more-end {
  box-sizing: border-box;
  display: inline-flex;
  width: min(100%, 340px);
  min-height: 42px;
  order: -20;
  flex: 0 0 min(100%, 340px);
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  font-style: normal !important;
  font-weight: 700;
  opacity: 0.72;
}

/* IQIYI family: remove only the hot-search module and its home wrapper.
 * Independent notices and the visually-hidden authoritative H1 are untouched. */
body.front.portal.tpl-iqiyi .hot-searches {
  display: none !important;
}

body.front.portal.tpl-iqiyi.iqiyi-template .portal-home-intro {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* One magnifier glyph, centered in its existing theme capsule. */
body.front.portal.tpl-iqiyi .portal-search-chip.iqiyi-action {
  display: grid !important;
  place-items: center !important;
}

body.front.portal.tpl-iqiyi .portal-search-chip.iqiyi-action > span:first-child {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  overflow: hidden !important;
  background: currentColor !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 21-4.35-4.35m2.35-5.65a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 21-4.35-4.35m2.35-5.65a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.front.portal.tpl-iqiyi .portal-search-chip.iqiyi-action::before,
body.front.portal.tpl-iqiyi .portal-search-chip.iqiyi-action::after {
  content: none !important;
  display: none !important;
}

/* Language control has one owner: the trigger. The outer behavior container
 * remains in the DOM but no longer paints a second, offset capsule. */
html:root body[class].front.portal.tpl-iqiyi .language-switcher {
  box-sizing: border-box !important;
  width: 41px !important;
  min-width: 41px !important;
  max-width: 41px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
}

html:root body[class].front.portal.tpl-iqiyi .language-switcher-trigger {
  box-sizing: border-box !important;
  width: 41px !important;
  min-width: 41px !important;
  max-width: 41px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

/* OLE/Keke category title has a single visible owner: the H1. */
body.front.portal.tpl-keke.category-page .keke-page-title .keke-eyebrow {
  display: none !important;
}

/* Previous viewport rules capped genuine OULE cards with nth-child. Preserve
 * every real SSR card across home/category/detail/player; an incomplete final
 * row is truthful data and must not be “fixed” by hiding or cloning cards. */
body.front.portal.tpl-keke.keke-template:is(
    .site-www-oule-xin,
    .site-www-oletv-xin,
    .site-oletv
  )
  .keke-grid
  > .keke-card {
  display: block !important;
  visibility: visible !important;
}

/* HUATV/IQIYI hero contract on every viewport: the tab row remains above a
 * left-aligned copy column, while the copy itself is vertically centered in
 * the available hero height. The reserved top inset is the safety gap between
 * the tabs and metadata; the poster column remains independent. */
body.front.portal.iqiyi-template.tpl-iqiyi.iqiyi-home .hero-copy {
  box-sizing: border-box !important;
  display: flex !important;
  height: 100% !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding-top: 64px !important;
  padding-bottom: 24px !important;
  text-align: left !important;
}

body.front.portal.iqiyi-template.tpl-iqiyi.iqiyi-home
  .hero-copy
  :is(.eyebrow, h1, h2, p, .hero-actions) {
  text-align: left !important;
}

@media (max-width: 900px) {
  /* Every mobile player owns the viewport edge-to-edge. Only the video stage
   * bleeds out of its content gutter; metadata, episode lists and ads keep
   * their template spacing. This removes decorative borders without changing
   * the intrinsic 16:9 media ratio or the desktop player geometry. */
  body.front.portal.player-page:is(.tpl-iqiyi, .tpl-haoju) .player-frame {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  body.front.portal.player-page.tpl-keke .oletv-player-stage {
    border-inline: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  body.front.portal.player-page.tpl-keke .keke-video {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  body.front.portal.player-page
    :is(.player-frame, .keke-video)
    > .cms-video-player {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  /* IQIYI: all genuine cards stay visible. The three-column rule controls
   * layout only and must never become a six-item content cap. */
  body.front.portal.tpl-iqiyi.iqiyi-template
    .portal-main-flow
    .channel-section
    > .poster-row
    > .portal-card,
  body.front.portal.tpl-iqiyi.iqiyi-template
    :is(
      #catalog-results.movie-grid,
      .detail-related-grid.movie-grid,
      .player-related .related-grid.movie-grid
    )
    > .movie-card {
    display: block !important;
    visibility: visible !important;
  }

  body.front.portal.iqiyi-template.tpl-iqiyi.iqiyi-home .hero-copy {
    padding: 58px 8px 20px 16px !important;
  }

  /* Home poster sections use the viewport, not nested 24px + 14px gutters. */
  html:root
    body[class].front.portal.tpl-iqiyi.iqiyi-template
    .portal-shell.portal-home-content {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    border-inline: 0 !important;
  }

  html:root
    body[class].front.portal.tpl-iqiyi.iqiyi-template
    .portal-content-grid,
  html:root
    body[class].front.portal.tpl-iqiyi.iqiyi-template
    .portal-main-flow {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    border-inline: 0 !important;
  }

  html:root
    body[class].front.portal.tpl-iqiyi.iqiyi-template
    .portal-main-flow
    > .channel-section {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    border-inline: 0 !important;
  }

  html:root
    body[class].front.portal.tpl-iqiyi.iqiyi-template
    .portal-main-flow
    > .channel-section
    > .channel-section-head {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-inline: 12px !important;
  }

  html:root
    body[class].front.portal.tpl-iqiyi.iqiyi-template
    .portal-main-flow
    > .channel-section
    > .poster-row {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  /* Category, detail and player poster grids share the same edge-to-edge
   * mobile geometry. Controls/headings keep their own local padding. */
  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body
    main.page-shell.catalog-page {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  body.front.portal.tpl-iqiyi.iqiyi-template
    :is(
      #catalog-results.movie-grid,
      .detail-related-grid.movie-grid,
      .player-related .related-grid.movie-grid
    ) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  /* Compact, single-line filter rails; horizontal reachability is retained. */
  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body .filter-panel {
    box-sizing: border-box !important;
    width: calc(100% - 12px) !important;
    margin: 6px !important;
    padding: 8px !important;
    gap: 2px !important;
  }

  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body .filter-row {
    min-height: 34px !important;
    margin: 0 0 3px !important;
    padding: 2px 0 !important;
    gap: 6px !important;
  }

  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body
    .filter-row
    > :first-child {
    min-height: 30px !important;
    line-height: 30px !important;
  }

  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body .filter-values {
    min-height: 30px !important;
    gap: 5px !important;
  }

  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body
    .filter-values
    :is(a, button),
  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body
    .filter-more
    > summary {
    min-height: 30px !important;
    height: 30px !important;
    padding-inline: 9px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body .filter-more {
    min-height: 32px !important;
    margin: 0 !important;
  }

  body.front.portal.tpl-iqiyi.iqiyi-template.catalog-body
    .filter-more
    > summary {
    margin: 2px 0 0 50px !important;
  }

  /* Isolated OLETV: align its controls with the shared 34px Keke header. */
  html:root body[class].front.portal.tpl-keke.site-oletv .keke-topbar {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    min-height: 56px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 0 10px !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv .keke-menu {
    display: flex !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv .keke-brand {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv .keke-brand-logo {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv .keke-brand strong {
    max-width: 7em !important;
    overflow: hidden !important;
    font-size: 16px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv .keke-brand small,
  html:root
    body[class].front.portal.tpl-keke.site-oletv
    .theme-toggle
    .theme-label {
    display: none !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv .keke-actions {
    display: flex !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv
    :is(
      .theme-toggle,
      .keke-actions > .keke-pill,
      .language-switcher,
      .language-switcher-trigger
    ) {
    box-sizing: border-box !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  html:root body[class].front.portal.tpl-keke.site-oletv .language-switcher {
    border: 0 !important;
    background: transparent !important;
  }

  /* Shared Keke headers use the same single-owner language control as the
   * isolated OLETV header.  The behavior wrapper remains available to the
   * menu script but paints no second capsule; only its 34px trigger is visual. */
  html:root
    body[class].front.portal.tpl-keke:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher {
    box-sizing: border-box !important;
    display: flex !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    flex: 0 0 34px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html:root
    body[class].front.portal.tpl-keke:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher::before,
  html:root
    body[class].front.portal.tpl-keke:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher::after {
    content: none !important;
    display: none !important;
  }

  html:root
    body[class].front.portal.tpl-keke:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher-trigger {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  /* The isolated OLETV tab script may mark genuine SSR cards hidden after a
   * client-side count cap. Restore every real card; do not clone placeholders. */
  html:root
    body[class].front.portal.tpl-keke.site-oletv
    .keke-grid
    > .keke-card[hidden] {
    display: block !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search {
    position: relative !important;
    display: flex !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    align-items: center !important;
    overflow: visible !important;
    order: 0 !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-topbar.is-search-open {
    height: auto !important;
    min-height: 56px !important;
    flex-wrap: wrap !important;
    row-gap: 7px !important;
    padding-block: 10px !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search.is-open {
    order: 20 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 42px !important;
    flex: 1 0 100% !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search
    input {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    padding: 0 14px !important;
    border-right: 0 !important;
    border-radius: 12px 0 0 12px !important;
    box-shadow: none !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search.is-open
    input {
    display: block !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search
    button {
    position: relative !important;
    display: grid !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    place-items: center !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: 0 !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search
    button::before {
    content: "" !important;
    display: block !important;
    width: 17px !important;
    height: 17px !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 21-4.35-4.35m2.35-5.65a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 21-4.35-4.35m2.35-5.65a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search
    button::after {
    content: none !important;
    display: none !important;
  }

  html.moviecms-oletv-search-enhanced
    body.front.portal.tpl-keke.site-oletv
    .keke-search.is-open
    button {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 0 12px 12px 0 !important;
  }

  /* Pagination stays dense on narrow screens after promotion. */
  nav.pager.moviecms-load-more-ready,
  nav.stream-pager.moviecms-load-more-ready {
    margin-top: 16px !important;
    padding-inline: 8px !important;
  }
}

@media (min-width: 901px) {
  /* Shared Keke player pages carried an older desktop wrapper that painted a
   * second 74x34 capsule around the normal 72x38 trigger.  Scope the repair to
   * those two player pages so home/category/detail keep their accepted desktop
   * geometry while the player header uses the same single visual owner. */
  html:root
    body[class].front.portal.tpl-keke.player-page:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher {
    box-sizing: border-box !important;
    display: flex !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    flex: 0 0 72px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html:root
    body[class].front.portal.tpl-keke.player-page:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher::before,
  html:root
    body[class].front.portal.tpl-keke.player-page:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher::after {
    content: none !important;
    display: none !important;
  }

  html:root
    body[class].front.portal.tpl-keke.player-page:is(
      .site-www-oule-xin,
      .site-www-oletv-xin
    )
    .language-switcher-trigger {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .moviecms-load-more-link {
    scroll-behavior: auto !important;
  }
}
