/* Stile per la sezione mappa */
.sec_maps {
    clear: both;
    overflow: hidden; /* Impedisce alla mappa di "scivolare" fuori dai bordi */
    position: relative;
    display: block;
    min-height: 500px;
}
#map {
	width: 100%;
	height: 500px; /* Cambia questa altezza se vuoi la mappa pi&#65533; grande */
	background: #f0f0f0;
}

/* Fix per bordi e caricamento */
.leaflet-container { overflow: hidden; }
/* Stile per i Popup */
.leaflet-popup-content-wrapper {
	border-radius: 8px;
}
.popup-title {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.popup-type {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}
.staff {
	margin-bottom: 50px;
}
@media (max-width: 767.98px) {

}
