/*
 * 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.
 */

/* iOS-style selected city toggle */
.selected-city-toggle {
  border-color: #007AFF !important;
  background: #007AFF !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.dark .selected-city-toggle {
  border-color: #0A84FF !important;
  background: #0A84FF !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.selected-city-toggle:focus {
  outline: 2px solid #007AFF;
  outline-offset: 2px;
}
/* Isolated Contact Modal Visibility */
.contact-modal-hidden {
  display: none !important;
}
