#map {
    height: 90vh;
    width: 100vw;
    z-index: 0;
}

#legend {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.legend-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.img-tooltip {
    height: 20px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}