.map-area {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 0;
}

#map {
  width: 100%;
  height: 100%;
}

.map-center-crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 850;
  width: 34px;
  height: 34px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.55;
}

.map-center-crosshair::before,
.map-center-crosshair::after {
  position: absolute;
  content: "";
  background: #17210f;
  border-radius: 999px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.95);
}

.map-center-crosshair::before {
  top: 50%;
  left: 6px;
  width: 22px;
  height: 1px;
  transform: translateY(-50%);
}

.map-center-crosshair::after {
  top: 6px;
  left: 50%;
  width: 1px;
  height: 22px;
  transform: translateX(-50%);
}

.leaflet-control-attribution {
  font-size: 0.68rem;
}

/* Leaflet expects its own internal layout model. */
.leaflet-container,
.leaflet-container * {
  box-sizing: content-box;
}

.leaflet-container img,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
