
#map {
    flex: 1;
    width: 100%;
    height: 100vh; /* oppure 100%, se sei dentro un wrapper */
    overflow: hidden;
    position: relative;
}
.info.legend {
    background: white;
    padding: 6px 8px;
    font: 14px/16px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info.legend i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
}
/* Stili personalizzati per il popup (tooltip) dei marker */
.popup-content {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.popup-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
    border-radius: 4px;
}
.popup-info {
    font-size: 14px;
    line-height: 1.2;
}


.geoPointButton {

    font-size: 1rem;
    padding: 1rem;
    width: 100%;

}

#footerMap #modeButton span {
    display: none;
}