.leaflet-container {
  position: relative;
  overflow: hidden;
  outline-offset: 1px;
  background: #dddddd;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  touch-action: pan-x pan-y;
}

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

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  user-select: none;
}

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

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

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  clear: both;
  pointer-events: auto;
}

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

.leaflet-top {
  top: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-left .leaflet-control {
  float: left;
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

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

.leaflet-control-zoom a,
.leaflet-bar a {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  color: #1c1f1d;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.leaflet-bar a:first-child {
  border-radius: 4px 4px 0 0;
}

.leaflet-bar a:last-child {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.leaflet-bar {
  border: 1px solid rgba(28, 31, 29, 0.2);
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(28, 31, 29, 0.25);
}

.leaflet-popup {
  position: absolute;
  margin-bottom: 20px;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  border-radius: 8px;
  padding: 1px;
  background: #ffffff;
  box-shadow: 0 3px 14px rgba(28, 31, 29, 0.24);
  text-align: left;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.35;
}

.leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  background: #ffffff;
  box-shadow: 0 3px 14px rgba(28, 31, 29, 0.24);
  transform: rotate(45deg);
}

.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #626a64;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.leaflet-control-attribution {
  margin: 0;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.82);
  color: #626a64;
  font-size: 11px;
}

.leaflet-control-attribution a {
  color: #237c90;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-dragging .leaflet-grab {
  cursor: move;
}
