@layer navigation-controls {
 html.nav-pointer-input .site-unified-header :is(button,a):focus,
 html.nav-pointer-input #siteSearch :is(button,a):focus {
  outline:none!important;
 }
 @media(max-width:1199px){
  html body .site-unified-header :is(#navSearch,#mobileToggle),
  html body #siteSearch .site-search-close {
   width:44px!important;min-width:44px!important;
   height:44px!important;min-height:44px!important;max-height:44px!important;
   display:flex!important;align-items:center!important;justify-content:center!important;
   padding:0!important;margin-block:0!important;box-sizing:border-box!important;
  }
  html body .site-unified-header #mobileToggle{top:2px!important;right:12px!important}
  html body .site-unified-header #navSearch{margin-right:44px!important}
  html body #siteSearch .site-search-top{padding-inline:12px!important}
 }
}
