#custom-map {
  width: 100%;
  height: 80vh;
  min-height: 700px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.leaflet-container {
  font-family: inherit;
  background: #f3f3f3;
}

.leaflet-popup-content {
  font-size: 14px;
  line-height: 1.5;
}