
/* MAG public shell consistency fix */
@media (min-width:981px){
  header .links{display:flex!important;align-items:center!important;gap:20px!important;flex-wrap:nowrap!important}
  header .links a{font-size:14px!important;white-space:nowrap!important}
  header .links .visit{margin-left:2px!important}
}
@media (max-width:980px){header .links{display:none!important}}
