.leaflet-map {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.leaflet-control-zoom {
  display: none;
}
.leaflet-control-attribution {
  font-size: 9px !important;
  margin-bottom: 0 !important;
}
.leaflet-tile-pane {
  filter: saturate(0.65) contrast(0.92) brightness(1.04);
}
.map-marker {
  width: 46px;
  height: 46px;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 9px;
  background: #006b57;
  color: #fff;
  transform: rotate(-45deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
  display: grid;
  place-items: center;
  font:
    800 17px Inter,
    sans-serif;
}
.map-marker span {
  transform: rotate(45deg);
}
.map-marker.active {
  background: #2170e4;
  scale: 1.12;
}
.user-marker {
  width: 21px;
  height: 21px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #2170e4;
  box-shadow: 0 0 0 7px rgba(33, 112, 228, 0.18);
}
