
/* ============================================================
   FLIX2WATCH V32 — LARGER LOGO + BROWSE ICON CONSISTENCY
   ============================================================ */

/* Slightly larger header wordmark everywhere without making the header taller. */
@media (min-width:1181px){
  body.f2w-main-page > header > .logo{
    flex-basis:168px !important;
    width:168px !important;
    min-width:168px !important;
    max-width:168px !important;
  }

  body.f2w-main-page > header > .logo .logo-image{
    width:168px !important;
    max-width:168px !important;
    max-height:60px !important;
    object-fit:contain !important;
  }
}

@media (min-width:821px) and (max-width:1180px){
  body.f2w-main-page > header > .logo{
    width:154px !important;
    min-width:154px !important;
    max-width:154px !important;
  }

  body.f2w-main-page > header > .logo .logo-image{
    width:154px !important;
    max-width:154px !important;
  }
}

@media (max-width:820px), (max-width:1366px) and (pointer:coarse){
  body.f2w-main-page > header > .logo{
    width:142px !important;
    max-width:142px !important;
  }

  body.f2w-main-page > header > .logo .logo-image{
    width:142px !important;
    max-width:142px !important;
    max-height:52px !important;
  }
}

/* Ensure the Browse Titles button's film icon uses the selected theme accent. */
#hero-link-secondary .fa-film,
.hero-actions .fa-film{
  color:var(--accent) !important;
}
