/* Leaflet mounts leaflet-container on the same element as historico-map-panel. */
.historico-map-panel.leaflet-container,
.historico-map-panel .leaflet-container {
  z-index: 0;
  isolation: isolate;
  width: 100%;
  height: 100%;
  min-height: 28rem;
}

/* Tailwind preflight sets img { max-width: 100% }, which breaks map tiles. */
.historico-map-panel img,
.historico-map-panel .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.historico-map-panel .leaflet-pane,
.historico-map-panel .leaflet-top,
.historico-map-panel .leaflet-bottom {
  z-index: auto;
}

.historico-map-panel .leaflet-control {
  z-index: 1;
}

.historico-map-event-label {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d4d4d8;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(24, 24, 27, 0.08);
  color: #18181b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 3px 8px;
  white-space: nowrap;
}

.historico-map-event-label::before {
  display: none;
}
