/* Footer contact email wrap fix v2 - ticket 01KXGHKQB6V8HK34551QP6XKJV, 2026-07-15.
 v1 gave the span the full column width; on scaled/narrower displays the 26-char email
 still fell a few px short, so also drop its size a notch. */
@media only screen and (min-width:500px){
  .footer_contact_info_item span{ width: calc(100% - 30px); }
  .footer_contact_info_email span{ font-size: 0.85em; }
}

/* Menu alignment - centre the page links (HOME/ABOUT/...) in the nav bar; the Categories
 button's container is display:block so it is unaffected. Verified live selector: the theme
 has NO #ui_nav_container - the nav is a bare <nav> wrapping .menu. ≥700px only so the
 mobile drawer keeps its default alignment. Ticket 01KXGPWTDVE10WW5FJRGYC5FGT, 2026-07-15. */
@media only screen and (min-width:700px){
  nav .menu{ text-align: center; }
}
