/**
 * FilmyBazaar — Mockup-aligned desktop UI (reference image style)
 * Pure black · Netflix red · full-bleed hero · icon sidebar · clean rows
 */
@media (min-width: 768px) {
  html.fb-desktop-ott.fb-mockup-ui {
    --fb-sidebar-width: 232px;
    --fb-brand-red: #e50914;
    --fb-bg-primary: #000000;
    --fb-bg-secondary: #0a0a0a;
  }

  html.fb-desktop-ott.fb-mockup-ui.fb-sidebar-collapsed {
    --fb-sidebar-width: 72px;
  }

  html.fb-desktop-ott.fb-mockup-ui body.fb-premium {
    background: #000 !important;
    color: #fff;
  }

  html.fb-desktop-ott.fb-mockup-ui body.fb-premium::before {
    display: none;
  }

  /* ─── Sidebar (mockup overrides — labels visible, width from desktop-sidebar.css) ─── */
  html.fb-desktop-ott.fb-mockup-ui .fb-desktop-sidebar {
    width: var(--fb-sidebar-width);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-sidebar-brand {
    justify-content: flex-start;
    padding: 1.15rem 1.1rem 1rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-sidebar-link {
    justify-content: flex-start;
    padding: 0.55rem 0.65rem;
    margin: 3px 10px;
    border-radius: 12px;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-sidebar-link.fb-sidebar-active {
    background: linear-gradient(90deg, rgba(229, 9, 20, 0.18) 0%, rgba(229, 9, 20, 0.04) 100%);
    box-shadow: inset 0 0 0 1px rgba(229, 9, 20, 0.12);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-sidebar-link.fb-sidebar-active .fb-sidebar-icon {
    color: #ff6b6b;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-sidebar-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 0.95rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-sidebar-footer {
    padding: 0.75rem 0.85rem 1rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-sidebar-toggle {
    width: 100%;
    height: auto;
    padding: 0.65rem;
    margin: 0;
    border-radius: 10px;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-page-shell {
    margin-left: var(--fb-sidebar-width);
    width: calc(100% - var(--fb-sidebar-width));
    max-width: none;
    box-sizing: border-box;
  }

  /* ─── Top bar ─── */
  html.fb-desktop-ott.fb-mockup-ui .fb-site-chrome .header {
    left: var(--fb-sidebar-width);
    height: 64px;
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 !important;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-site-chrome .header-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
    align-items: center !important;
    gap: 1rem !important;
    max-width: none !important;
    padding: 0 1.75rem 0 1.25rem !important;
  }

  /* Sidebar already shows brand — hide duplicate header logo */
  html.fb-desktop-ott.fb-mockup-ui .fb-site-chrome .logo {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .logo .fb-brand-filmy {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  html.fb-desktop-ott.fb-mockup-ui .logo .fb-brand-bazaar {
    color: #e50914 !important;
    -webkit-text-fill-color: #e50914 !important;
    background: none !important;
    font-weight: 800;
  }

  html.fb-desktop-ott.fb-mockup-ui .logo > i.fa-film {
    display: none;
  }

  html.fb-desktop-ott.fb-mockup-ui .logo .fb-brand-name {
    font-size: 1.15rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  html.fb-desktop-ott.fb-mockup-ui .nav-menu {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-header-search-zone {
    grid-column: 2 !important;
    justify-self: stretch !important;
    max-width: min(880px, calc(100vw - 380px));
  }

  html.fb-desktop-ott.fb-mockup-ui .header-container {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .logo {
    grid-column: 1 !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .header-right {
    grid-column: 3 !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .nav-menu .nav-link,
  html.fb-desktop-ott.fb-mockup-ui .nav-menu .fb-nav-apk {
    flex-shrink: 0;
    white-space: nowrap;
  }

  html.fb-desktop-ott.fb-mockup-ui .header-right {
    grid-column: 2;
    justify-self: end !important;
    flex-wrap: nowrap !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .nav-link {
    padding: 0.5rem 0.85rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #b3b3b3 !important;
    border-radius: 0 !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .nav-link:hover {
    color: #fff !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .nav-link.active {
    color: #fff !important;
    font-weight: 600 !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .nav-link.active::after {
    bottom: -2px;
    left: 0.85rem;
    right: 0.85rem;
    width: auto;
    transform: none;
    height: 3px;
    background: #e50914;
    box-shadow: none;
    border-radius: 2px;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-header-apk-btn {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffe066, #ffc107 48%, #ffb300) !important;
    background-size: 200% 200% !important;
    color: #1a1400 !important;
    border: 1px solid rgba(255, 215, 0, 0.55) !important;
    animation: fbApkBtnPulse 2s ease-in-out infinite, fbApkBtnGrad 3.5s ease infinite !important;
    box-shadow: 0 4px 16px rgba(255, 193, 7, 0.4) !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-header-apk-btn i {
    color: #1a1400 !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-nav-apk {
    display: none !important;
  }

  /* Search pill — desktop hero bar (size/colors from home-header.css) */
  html.fb-desktop-ott.fb-mockup-ui .search-wrapper {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
    order: 0;
  }

  html.fb-desktop-ott.fb-mockup-ui .search-container {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 56px !important;
    height: auto !important;
    padding: 0 1.1rem 0 3.35rem !important;
    border-radius: 999px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    grid-template-columns: unset !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .search-container::before {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .search-container input {
    width: 100% !important;
    padding: 0.85rem 2rem 0.85rem 0 !important;
    height: auto !important;
    min-height: 52px !important;
    background: transparent !important;
    border: none !important;
    font-size: 1.08rem !important;
    font-weight: 600 !important;
    color: #fff !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .search-icon {
    left: 1.15rem !important;
    font-size: 1.12rem !important;
    color: #ffd700 !important;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.55));
  }

  html.fb-desktop-ott.fb-mockup-ui #fbSearchOverlayBtn,
  html.fb-desktop-ott.fb-mockup-ui .mobile-search-trigger,
  html.fb-desktop-ott.fb-mockup-ui .hamburger-menu {
    display: none !important;
  }

  @media (min-width: 769px) and (max-width: 1200px) {
    html.fb-desktop-ott.fb-mockup-ui .header-container {
      display: grid !important;
    }

    html.fb-desktop-ott.fb-mockup-ui .nav-menu {
      display: flex !important;
    }
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-header-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-header-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 1.05rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-header-icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-notif-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #e50914;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.15);
  }

  html.fb-desktop-ott.fb-mockup-ui #fbFilterStack,
  html.fb-desktop-ott.fb-mockup-ui .genre-filter {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-header-apk-dl {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-quick-rail,
  html.fb-desktop-ott.fb-mockup-ui .fb-daily-discovery,
  html.fb-desktop-ott.fb-mockup-ui .fb-premium-ambient {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui main.main {
    padding-top: var(--fb-topnav-height, var(--fb-hh, 64px));
    max-width: none;
  }

  /* ─── Full-bleed cinematic hero ─── */
  html.fb-desktop-ott.fb-mockup-ui body.fb-premium .hero.fb-hero-pro,
  html.fb-desktop-ott.fb-mockup-ui body.fb-premium .hero {
    display: block !important;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    max-width: none !important;
    min-height: min(78vh, 720px) !important;
    height: min(78vh, 720px) !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    background: #000;
    box-shadow: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero.fb-hero-pro .fb-hero-aurora,
  html.fb-desktop-ott.fb-mockup-ui .hero.fb-hero-pro .fb-hero-grain {
    display: none;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero .hero-backdrop,
  html.fb-desktop-ott.fb-mockup-ui .hero.fb-hero-pro .hero-backdrop {
    position: absolute !important;
    inset: 0 !important;
    grid-column: unset !important;
    min-height: 100% !important;
    background-size: cover !important;
    background-position: center 20% !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-backdrop-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-backdrop-img.is-visible {
    opacity: 1;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero .hero-overlay,
  html.fb-desktop-ott.fb-mockup-ui .hero.fb-hero-pro .hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    grid-column: unset !important;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 38%, rgba(0, 0, 0, 0.15) 62%, transparent 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, transparent 45%) !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero .hero-content,
  html.fb-desktop-ott.fb-mockup-ui .hero.fb-hero-pro .hero-content {
    position: absolute !important;
    z-index: 5;
    left: clamp(1.5rem, 3vw, 2.75rem);
    right: auto;
    top: clamp(1rem, 3vh, 2rem) !important;
    bottom: clamp(5.5rem, 16%, 9rem) !important;
    max-width: 520px;
    max-height: calc(100% - clamp(1rem, 3vh, 2rem) - clamp(5.5rem, 16%, 9rem));
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    text-align: left !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero-badge {
    display: inline-block;
    padding: 0 !important;
    margin-bottom: 0.65rem !important;
    background: none !important;
    box-shadow: none !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    color: #b3b3b3 !important;
    text-transform: uppercase;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero-title {
    font-family: 'Bebas Neue', Impact, sans-serif !important;
    font-size: clamp(2.75rem, 5vw, 4.25rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0.03em !important;
    line-height: 1.08 !important;
    text-transform: uppercase;
    margin-bottom: 0.85rem !important;
    padding-top: 0.08em;
    overflow: visible !important;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.8);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.85rem;
    margin-bottom: 0.85rem;
    font-size: 0.875rem;
    color: #b3b3b3;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-match {
    color: #46d369;
    font-weight: 700;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-meta-dot {
    opacity: 0.45;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero-description {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
    color: #b3b3b3 !important;
    margin-bottom: 1.25rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero-actions,
  html.fb-desktop-ott.fb-mockup-ui .hero-buttons {
    display: flex !important;
    gap: 0.65rem !important;
    flex-wrap: wrap;
  }

  html.fb-desktop-ott.fb-mockup-ui #watchNowHero {
    background: #e50914 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 0.65rem 1.5rem !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    box-shadow: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui #watchNowHero:hover {
    background: #f40612 !important;
    transform: scale(1.04);
  }

  html.fb-desktop-ott.fb-mockup-ui #wishlistHero {
    background: rgba(109, 109, 110, 0.7) !important;
    border: none !important;
    border-radius: 6px !important;
    color: #fff !important;
    padding: 0.65rem 1.35rem !important;
    font-weight: 600 !important;
    backdrop-filter: blur(8px);
  }

  html.fb-desktop-ott.fb-mockup-ui #watchTrailerHero,
  html.fb-desktop-ott.fb-mockup-ui #heroDownloadBtn,
  html.fb-desktop-ott.fb-mockup-ui .fb-btn-download {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-controls {
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-nav {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-prev {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-next {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-controls {
    position: static;
    transform: none;
  }

  html.fb-desktop-ott.fb-mockup-ui .hero.fb-hero-pro .fb-hero-prev,
  html.fb-desktop-ott.fb-mockup-ui .hero .fb-hero-prev {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
  }

  html.fb-desktop-ott.fb-mockup-ui .hero.fb-hero-pro .fb-hero-next,
  html.fb-desktop-ott.fb-mockup-ui .hero .fb-hero-next {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-dot {
    width: 10px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.35);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-dot.active {
    width: 24px;
    background: #e50914;
    transform: none;
    border-radius: 2px;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 3px;
    z-index: 6;
  }

  /* ─── Content rows ─── */
  html.fb-desktop-ott.fb-mockup-ui body.fb-premium .section {
    padding: 0 1.75rem 2rem;
    margin-bottom: 0;
    max-width: none;
  }

  html.fb-desktop-ott.fb-mockup-ui .section-header {
    margin-bottom: 0.85rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .section-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #fff;
    gap: 0 !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .section-title i,
  html.fb-desktop-ott.fb-mockup-ui .fb-section-badge {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .section-link {
    color: #e50914 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .section-link i {
    display: none;
  }

  html.fb-desktop-ott.fb-mockup-ui .section-link::after {
    content: ' →';
  }

  /* Continue watching — 16:9 cards */
  html.fb-desktop-ott.fb-mockup-ui .fb-backdrop-rail {
    grid-auto-columns: min(300px, 26vw) !important;
    gap: 1rem !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-backdrop-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-backdrop-card {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-backdrop-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0 0.15rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-backdrop-meta h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 0.15rem;
    color: #fff;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-backdrop-meta p {
    font-size: 0.78rem;
    color: #808080;
    margin: 0;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-cw-info {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    flex-shrink: 0;
    cursor: pointer;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-continue-bar {
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-continue-bar span {
    background: #e50914;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-cw-play i {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.55);
    border: 2px solid #fff;
    box-shadow: none;
  }

  /* Poster rows */
  html.fb-desktop-ott.fb-mockup-ui body.fb-premium .slider {
    grid-auto-columns: 168px !important;
    gap: 0.65rem !important;
    padding-bottom: 1rem !important;
  }

  html.fb-desktop-ott.fb-mockup-ui body.fb-premium .movie-card {
    position: relative;
    border-radius: 12px !important;
    background: #141414;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: transform 0.14s ease, box-shadow 0.14s ease !important;
  }

  html.fb-desktop-ott.fb-mockup-ui body.fb-premium .movie-card:hover {
    transform: scale(1.04) translateY(-4px) !important;
    z-index: 5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.65) !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .movie-poster {
    height: 252px !important;
    border-radius: 12px;
  }

  html.fb-desktop-ott.fb-mockup-ui .movie-rating {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 0.28rem;
    position: absolute;
    top: auto !important;
    bottom: 8px !important;
    right: 8px !important;
    left: auto !important;
    z-index: 12;
    width: auto !important;
    height: auto !important;
    padding: 0.3rem 0.55rem !important;
    border-radius: 999px !important;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap !important;
    background: rgba(0, 0, 0, 0.82);
    color: #ffd700;
    border: 1px solid rgba(255, 215, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: none;
  }

  html.fb-desktop-ott.fb-mockup-ui .movie-rating i {
    color: #ffd700 !important;
    font-size: 0.65rem;
  }

  html.fb-desktop-ott.fb-mockup-ui .movie-info {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-top10-badge {
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0 0 0 8px;
    padding: 0.28rem 0.5rem;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: #e50914;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-top10-rail .movie-card::before {
    display: none !important;
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-quality-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    z-index: 15;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.22rem 0.48rem;
    background: rgba(0, 120, 255, 0.92);
    color: #fff;
    border-radius: 4px;
    pointer-events: none;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-quality-badge.is-4k {
    background: linear-gradient(135deg, #ffd700, #e6ac00) !important;
    color: #111 !important;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.45);
  }

  html.fb-desktop-ott.fb-mockup-ui .fb-filter-stack {
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }

  html.fb-desktop-ott.fb-mockup-ui #continueWatchingSection .section-link::before {
    content: '';
  }
}
