/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Tom Select custom styles */
.ts-wrapper .ts-control {
  font-size: 1rem; /* Match form font size */
  padding: 0.5rem 0.75rem; /* Match py-2 px-3 */
}

.ts-wrapper .ts-control input {
  font-size: 1rem;
}

.ts-dropdown .ts-dropdown-content {
  font-size: 1rem;
}

.ts-dropdown .option {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
}

/* intl-tel-input: force wrapper to block/full-width so it sits below the label */
.iti {
  display: block !important;
  margin-top: 0.5rem;
}
