html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#map {
  min-height: calc(100vh - 70px);
  width: 100%;
}

.legend-box {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.legend-color {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #999;
  flex-shrink: 0;
}

.legend-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.legend-subtitle {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 8px;
}