/*= require trix */
/*= require datepicker */

/* Google Maps Styles */
.map-container {
  position: relative;
}

.google-map {
  min-height: 400px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

/* Ensure Google Maps controls are visible */
.google-map .gm-style-cc {
  display: none !important;
}

.google-map .gm-style .gm-style-mtc {
  display: none !important;
}

/* Custom info window styles */
.gm-style .gm-style-iw-c {
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}