/*
  Note: Google Places AutocompleteElement uses closed Shadow DOM,
  so these styles won't work. We need to use the Shadow DOM hack
  in JavaScript instead. See place_autocomplete_controller.js
*/

/* Ensure autocomplete dropdown appears above other elements */
.pac-container {
  z-index: 9999 !important;
  border-radius: 6px !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}