gmp-place-autocomplete {
  color-scheme: light;
  --gmp-mat-color-surface: #ffffff;
  --gmp-mat-color-on-surface: #111827;
  --gmp-mat-color-on-surface-variant: #374151;
  --gmp-mat-color-primary: #2563eb;
  --gmp-mat-color-outline: #d1d5db;
  --gmp-mat-color-outline-decorative: #e5e7eb;
  --gmp-mat-font-family: "Outfit", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.booking-form {
  grid-template-columns: 1fr;
}

.booking-field,
.booking-action {
  min-width: 0;
  width: 100%;
}

.booking-form input,
.booking-form gmp-place-autocomplete {
  min-width: 0;
  width: 100% !important;
}

.booking-action button {
  min-height: 3.75rem;
  white-space: nowrap;
}

.booking-summary {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .booking-form {
    grid-template-columns:
      minmax(0, 1.15fr)
      minmax(0, 1.15fr)
      minmax(0, 1fr)
      minmax(132px, 0.5fr);
    align-items: end;
  }

  .booking-action {
    align-self: end;
  }
}

.pac-container {
  z-index: 9999 !important;
  color: #374151 !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 20px 25px -5px rgb(17 24 39 / 0.14),
    0 8px 10px -6px rgb(17 24 39 / 0.12);
  overflow: hidden;
  font-family: "Outfit", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.pac-item {
  color: #374151 !important;
  padding: 0.75rem 1rem;
  border-top-color: #f3f4f6;
  font-size: 0.95rem;
  line-height: 1.35;
  cursor: pointer;
}

.pac-item:hover,
.pac-item-selected {
  color: #111827 !important;
  background: #eff6ff !important;
}

.pac-item-query,
.pac-matched {
  color: #111827 !important;
}
