#map { height: 100vh; width: 100vw}

/* LEGEND STYLES */
.legend-control{
    background: #ebe6e1;
    padding: 1vw;
    border-radius: 0.5vw; 
    max-width: 25vw;
    max-height: 40vh;
    overflow-y: auto;
    font-size: 1vw;
    line-height: 1.4;
    box-shadow: 0 0 1vw rgba(0,0,0,0.2);
}
.legend-control h4{
    margin: 0 0 0.8vw 0;
    font-size: 1.1vw;
    border-bottom: 0.1vw solid #ccc;
    padding-bottom: 0.5vw;
}

.legend-control i{
    width: 1.5vw;
    height: 1.2vw;
    float: left;
    margin-right: 0.8vw;
    opacity: 0.8;
    border: 0.1vw solid #333;
}
.map-title-box {
    position: absolute;
    top: 2vw;
    left: 2vw;
    z-index: 1000;
    background: white;
    padding: 1.5vw 2vw;
    border-radius: 1vw;
    box-shadow: 0 0.3vw 1.2vw rgba(0,0,0,0.2);
    max-width: 20vw;
    font-family: Arial, sans-serif;
}
/* TITLE STYLES */
.map-title {
    margin: 0 0 1vw 0;
    font-size: 1vw;
    font-weight: bold;
    color: #2c3e50;
}

.map-description {
    margin: 0;
    font-size: 0.7vw;
    color: #555;
    line-height: 1.3;
}
.map-contact {
    margin-top: 0.8vw;
    font-size: 0.7vw;
}

.map-contact a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: bold;
}

.map-contact a:hover {
    text-decoration: underline;
    color: #3498db;
}
