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

.pac-container {
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-family: inherit;
}

.pac-item {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #f3f4f6;
}

.pac-item-selected {
  background-color: #3b82f6;
  color: white;
}

.autocomplete-suggestions {
  font-family: inherit;
  font-size: 0.875rem;
}

.autocomplete-suggestion:hover {
  background-color: #f3f4f6 !important;
}

.autocomplete-suggestion:last-child {
  border-bottom: none;
}
