/* 24/7 Dumpsters — small supplemental styles on top of CDN Tailwind */

/* Smooth, consistent base */
html { -webkit-text-size-adjust: 100%; }

/* Prevent layout shift from the date inputs on iOS */
input[type="date"] {
  min-height: 2.75rem;
  -webkit-appearance: none;
  appearance: none;
}

/* Nicer focus ring fallback for browsers without Tailwind ring */
:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.5);
  outline-offset: 2px;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}
