#maplibre-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-legend {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #111;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.map-legend .legend-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.map-legend .legend-subtitle {
  margin-bottom: 10px;
  color: #333;
}

.map-legend .legend-subtitle a {
  color: #0066cc;
  text-decoration: none;
}

.map-legend .legend-subtitle a:hover {
  text-decoration: underline;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.legend-item:last-child {
  margin-bottom: 0;
}

.legend-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}

.legend-swatch-green {
  background: #2ecc71;
  border: 1px solid #333;
}

.legend-swatch-orange {
  background: #ecbc75;
  border: 1px solid #333;
}

.legend-swatch-gray {
  background: #eeeeee;
  border: 1px solid #333;
}
