#map {
  height: 75vh;
  min-height: 500px;
  width: 100%;
  border-radius: 0.5rem;
}

.nav-link {
  transition: all 0.2s ease;
}

.nav-link:hover {
  transform: translateY(-2px);
}

.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.status-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
}

.status-well { background-color: #22c55e; }
.status-moderate { background-color: #eab308; }
.status-underserved { background-color: #ef4444; }

.step-nav-link {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}

.step-nav-link:hover {
  background-color: #eff6ff;
}

@media screen and (max-width: 800px){
  .fig-4 {
    height: 200px; 
  }
}