/* Vantora V284 — sticky header visual hotfix.
   V283 correctly restored sticky behaviour but exposed the page hero beneath the
   v269 navigation on internal pages because that header has no desktop background
   of its own. Keep both top bars anchored while restoring the approved solid white
   navigation surface and separation line. */
body.v269-sitewide-preview > .utility.utility--package-ticker{
  position:sticky!important;
  top:0!important;
  z-index:300!important;
}
body.v269-sitewide-preview > header.v269-site-header{
  position:sticky!important;
  top:33px!important;
  z-index:299!important;
  overflow:visible!important;
  background:#fff!important;
  color:#10233d!important;
  border-bottom:1px solid #dce7f0!important;
  box-shadow:0 8px 20px rgba(8,42,85,.06)!important;
}
