/*
 * This is a manifest file that'll be compiled into application.css.
 * All styles have been migrated to Tailwind CSS.
 * This file is kept for potential custom styles not covered by Tailwind.
 */

/*
 *= require actiontext
 */

/* Force all input types to have consistent width across browsers */
input[type="text"],
input[type="url"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="datetime-local"],
input[type="date"],
input[type="time"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Specific fix for iOS Safari datetime-local width issue */
input[type="datetime-local"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 0.75rem;
}
