/* ==========================================================================
   Mobile Navigation — Separate file to prevent concurrent edit overwrites
   with components.css
   ========================================================================== */

/* Reset any legacy header nav styles that might leak in */
.sfl-mobile-menu__nav,
header .sfl-mobile-menu__nav,
header nav.sfl-mobile-menu__nav {
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  z-index: auto !important;
  transition: none !important;
}
