#map {
  height: 500px;
}

.map-container {
  height: 100%;
}

.map-legend {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.map-legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
}
