/* Mobile-first: enlarge touch targets when JS-disabled, override Tailwind defaults if needed */
input, textarea, button, select { font-size: 16px; } /* prevents iOS zoom on focus */

body { -webkit-tap-highlight-color: rgba(245, 158, 11, 0.25); }

@media (max-width: 480px) {
  main { padding-bottom: 6rem; }
}
