.leaflet-container {
  position: relative;
  overflow: hidden;
  background: #dfe7db;
  outline: 0;
  touch-action: pan-x pan-y;
}

.leaflet-pane,
.leaflet-map-pane,
.leaflet-tile-pane,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-tooltip-pane,
.leaflet-popup-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile {
  width: 256px;
  height: 256px;
  border: 0;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-control-container .leaflet-top {
  top: 0;
}

.leaflet-control-container .leaflet-bottom {
  bottom: 0;
}

.leaflet-control-container .leaflet-left {
  left: 0;
}

.leaflet-control-container .leaflet-right {
  right: 0;
}

.leaflet-control {
  position: relative;
  z-index: 1000;
  pointer-events: auto;
}

.leaflet-right .leaflet-control {
  margin-right: 12px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 12px;
}

.leaflet-control-zoom {
  border: 1px solid rgba(23, 32, 27, 0.18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(23, 32, 27, 0.18);
}

.leaflet-control-zoom a,
.leaflet-lite-zoom button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-bottom: 1px solid rgba(23, 32, 27, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: #17201b;
  font: 700 20px/1 system-ui, sans-serif;
  text-decoration: none;
}

.leaflet-control-zoom a:last-child,
.leaflet-lite-zoom button:last-child {
  border-bottom: 0;
}

.leaflet-control-attribution,
.leaflet-lite-attribution {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 400;
  padding: 4px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: #314036;
  font-size: 11px;
}

.leaflet-control-attribution a,
.leaflet-lite-attribution a {
  color: #285f9f;
}

.leaflet-lite-tiles,
.leaflet-lite-markers {
  position: absolute;
  inset: 0;
}

.leaflet-lite-tiles {
  z-index: 1;
}

.leaflet-lite-markers {
  z-index: 200;
}

.leaflet-lite-marker {
  position: absolute;
  z-index: 220;
  transform: translate(-50%, -50%);
}
