/* FariHost nav text contrast — white header needs dark links (WCAG) */
body.fh-body .fh-header{
  background:#ffffff !important;
  border-bottom:1px solid #e2e8f0 !important;
  box-shadow:0 10px 28px rgba(15,23,42,.06) !important;
  backdrop-filter:none !important;
}
body.fh-body .fh-header .fh-nav-wrap{ background:#ffffff !important; }
body.fh-body .fh-header .fh-logo-word{ color:#0b1d49 !important; }
body.fh-body .fh-header .fh-logo-word span{ color:#1479ff !important; }
body.fh-body .fh-header .fh-logo-mark{
  background:rgba(20,121,255,.12) !important;
  color:#1479ff !important;
}
body.fh-body .fh-header .fh-link,
body.fh-body .fh-header .fh-menu .fh-link,
body.fh-body .fh-header .fh-menu .nav-link{
  color:#0f172a !important;
}
body.fh-body .fh-header .fh-link i,
body.fh-body .fh-header .fh-link i:first-child{
  color:#1d4ed8 !important;
}
body.fh-body .fh-header .fh-link:hover,
body.fh-body .fh-header .fh-menu>li:hover>.fh-link,
body.fh-body .fh-header .fh-has-dropdown.is-open>.fh-link{
  color:#1d4ed8 !important;
  background:rgba(29,78,216,.08) !important;
}
body.fh-body .fh-header .fh-link:hover i,
body.fh-body .fh-header .fh-menu>li:hover>.fh-link i{
  color:#1d4ed8 !important;
}
body.fh-body .fh-header .fh-pill.login{ color:#0f172a !important; }
body.fh-body .fh-header .fh-pill.cart{
  color:#0f172a !important;
  background:#eff6ff !important;
  border-color:#bfdbfe !important;
}
body.fh-body .fh-header .fh-mobile-toggle{
  color:#0f172a !important;
  border-color:#cbd5e1 !important;
}
body.fh-body .fh-header .fh-dropdown-panel{
  background:#ffffff !important;
  border:1px solid #dbe3f0 !important;
  box-shadow:0 18px 50px rgba(15,23,42,.14) !important;
}
body.fh-body .fh-header .fh-dropdown-panel:before{
  background:#ffffff !important;
  border-left:1px solid #dbe3f0 !important;
  border-top:1px solid #dbe3f0 !important;
}
body.fh-body .fh-header .fh-dropdown-panel a{ color:#0f172a !important; }
body.fh-body .fh-header .fh-dropdown-panel a i{ color:#1d4ed8 !important; }
body.fh-body .fh-header .fh-dropdown-panel a:hover{
  color:#1d4ed8 !important;
  background:#eff6ff !important;
}
