/* Mobile menu: allow scrolling when open, and keep content reachable.
   Higher specificity (body .nav-mobile-panel) overrides the template rule. */
body .nav-mobile-panel{justify-content:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch}
