/* ── Leaflet overrides (scoped inside map container) ── */

.daycare-detail-modern .ddm-map-container .leaflet-container {
  font-family: var(--ddm-font, 'Inter', system-ui, -apple-system, sans-serif);
}

.daycare-detail-modern .ddm-map-container .leaflet-popup-content-wrapper {
  border-radius: 8px;
  padding: 0.25rem;
}

.daycare-detail-modern .ddm-map-container .leaflet-popup-content {
  margin: 0.75rem 1rem;
  font-size: 0.85rem;
  line-height: 1.4;
}

.daycare-detail-modern .ddm-map-container .leaflet-popup-content strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.daycare-detail-modern .ddm-map-container .leaflet-popup-content a {
  color: var(--ddm-primary, #2563eb);
  text-decoration: none;
  font-size: 0.8rem;
}

.daycare-detail-modern .ddm-map-container .leaflet-popup-content a:hover {
  text-decoration: underline;
}
