/* Fix for Leaflet markers in production build */
.leaflet-default-icon-path {
  background-image: url('https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png');
}

.leaflet-marker-icon {
  margin-left: -12px;
  margin-top: -41px;
}

.leaflet-popup-content-wrapper {
  border-radius: 8px;
}

.custom-marker {
  background: transparent !important;
  border: none !important;
}

/* Ensure proper z-index for controls */
.leaflet-control-container {
  z-index: 1000;
}

.leaflet-popup {
  z-index: 1001;
}