body.no-scroll {
    overflow: hidden;
}

.legendTitle {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.legendContainer {
    display: flex;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.legendItem {
    display: block;
    gap: 0.5rem;
    width: 150px;
}

.legendColor {
    width: 100%;
    height: 1rem;
}

.legendLabel {
    text-align: center;
    padding: 0 0.2rem;
}

#color1 {
    background-color: #bd3733;
}

#color2 {
    background-color: #ffd95a;
}

#color3 {
    background-color: #4575b4
}

#color4 {
    background-color: #07642c;
}

.popup-dark-wrapper .leaflet-popup-content-wrapper {
  background: #222;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.popup-dark-wrapper .leaflet-popup-tip {
  background: #222;
}

.popup-dark {
  padding: 6px 8px;
  font-size: 14px;
}