/* Southern Pawz V3 additions. site.css is the compiled Tailwind from V2 and is
   never edited, so anything the mirror needs beyond it lives here. */

/* The burger button is inert without JS, so hide it when JS is off and let the
   desktop nav wrap instead of leaving a dead control on the page. */
html:not(.js) header button.lg\:hidden,
html:not(.js) header button.md\:hidden { display: none; }

/* Templates must never render. */
template { display: none !important; }

/* V2 rendered the toast mount points but never used them; keep them inert. */
[aria-label^="Notifications"] { pointer-events: none; }
