.custom-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-popup .leaflet-popup-content {
  margin: 0;
  padding: 14px 20px;
  font-family: "Inter", "Noto Sans Bengali", "Kalpurush", system-ui, sans-serif;
  max-width: 240px;
  white-space: nowrap;
}

.custom-popup .leaflet-popup-tip-container {
  display: none;
}

.custom-popup.leaflet-popup {
  margin-bottom: 15px;
}


/*# sourceMappingURL=456dd1926bcd62a7.css.map*/