/* ==============================================
   Leaflet map overrides
   ============================================== */
.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
}
.leaflet-popup-content {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}
.map-popup-title {
  font-weight: 700;
  color: #2d5a27;
  margin-bottom: .2rem;
}
