.climate-map-container {
    position: relative;
    z-index: 1;
}

.leaflet-control-legend {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    line-height: 1.5;
    width: 150px;
}

.leaflet-control-legend h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
}

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

.leaflet-control-legend .legend-color-box {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid #777;
}

.leaflet-control-legend .legend-label {
    font-size: 12px;
}