/* leaflet-fix.css */
.leaflet-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.leaflet-control-zoom {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}

.leaflet-popup-content {
  font-family: Arial, sans-serif;
}

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