/* Keep the public mobile header borderless during both boot and steady state. */
@media (max-width: 800px) {
  #mogoo-public-boot .mg-boot-head {
    border-bottom: 0 !important;
  }

  html:not(.auth-root-open) body:not(.auth-page-open):not(.host-app):not(.ops-app):not(:has(.host-app)):not(:has(.ops-app)) .site-head {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
}
