/* SimFalcon mobile usability fixes (added 2026-09-25)
   1. Footer, top-bar and "related pages" links were 16-22px tall (touch target guidance is ~44px).
   2. Form fields were 14-15px, which makes iOS Safari zoom the page on focus. */
@media (max-width: 768px) {
  .sfSiteTopbarLinks a { display: inline-block; padding: 11px 6px; }
  .sfSiteFooter a, footer a, .sf-footer a, nav.sfRelated a { display: inline-block; padding: 9px 4px; min-height: 36px; box-sizing: border-box; }
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]), select, textarea { font-size: 16px !important; }
}
