/* Secondary — page-specific only. Everything reusable lives in the
   shared base (school.css) — see the Phase 2 report §36. */

/* FoodShowcase's meal grid/list and category dropdown are the one
   genuinely page-specific layout (135-item menu, not reused elsewhere),
   already styled generically enough in the shared base to need nothing
   extra here beyond this width cap so the dropdown doesn't stretch full
   width awkwardly on wider mobile devices. */
.fv-cat-dropdown { max-width: 28rem; }
