/* MurphyPlate custom styles — Tailwind handles most of it */

/* Ensure tap targets are large enough on mobile */
@media (max-width: 640px) {
  input, select, button {
    min-height: 48px;
  }
}
