html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

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

/* Small cluster */
.marker-cluster-small div {
  background-color: #a6dbf7;
}

.marker-cluster-small {
  background-color: rgba(135, 206, 250, 0.5);
}

/* Medium cluster */
.marker-cluster-medium div {
  background-color: #73aeed;
}

.marker-cluster-medium {
  background-color: rgba(70, 142, 220, 0.5);
}

/* Large cluster */
.marker-cluster-large div {
  background-color: #3a5ccf;
}

.marker-cluster-large {
  background-color: rgba(58, 92, 207, 0.6);
}
.legend {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.legend h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1rem;
}

.legend .legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.legend .legend-item:last-child {
  margin-bottom: 0;
}

.legend .legend-icon {
  width: 15px;
  height: 25px;
  margin-right: 8px;
  object-fit: contain;
}

.legend .legend-swatch {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.legend span {
  font-size: 14px;
}

p,
ul {
  max-width: 800px;
}
