/* Prestige v297 — public header Login button colour-state fix only.
   This stylesheet intentionally does not alter the mobile toggle, drawer,
   overlay, dropdown positioning, or navigation JavaScript. */

html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"],
html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:link,
html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:visited {
  background-color:#fff!important;
  border-color:#cbd5e1!important;
  color:#000!important;
  -webkit-text-fill-color:#000!important;
}

html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:hover,
html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:focus,
html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:focus-visible,
html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:active,
html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:visited:hover {
  background-color:#071c35!important;
  border-color:#071c35!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

@media (max-width:1050px) {
  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"],
  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:link,
  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:visited {
    background-color:#fff!important;
    border-color:#cbd5e1!important;
    color:#000!important;
    -webkit-text-fill-color:#000!important;
  }

  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:hover,
  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:focus,
  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:focus-visible,
  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:active,
  html body .prestige-pro-header #menu.prestige-menu > a.btn.btn-outline[href="/auth/login"]:visited:hover {
    background-color:#071c35!important;
    border-color:#071c35!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }
}
