/* Ensure Google Maps autocomplete dropdown appears above modal */
.pac-container {
  z-index: 9999 !important;
}

/* Make sure clicks work on pac items */
.pac-item {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.pac-item:hover {
  background-color: #f0f0f0 !important;
}
