/* Mappa CalabriaVera: sidebar compatta con filtri e risultati navigabili.
   I risultati restano sincronizzati con marker e popup, evitando lo spazio vuoto. */
html body[data-page="map"]{--cv-map-panel:320px}
html body[data-page="map"] .map-layout #map-results{display:grid!important}
html body[data-page="map"] .map-layout>aside{overflow:hidden!important}
html body[data-page="map"] .map-layout .filter-panel{border-bottom:1px solid #edf1f4!important}
html body[data-page="map"] .map-layout{min-height:680px!important}
@media(max-width:980px){
  html body[data-page="map"] .map-layout>aside{max-height:none!important;overflow:visible!important}
  html body[data-page="map"] .map-layout #map-results{display:grid!important;max-height:420px!important;overflow:auto!important}
}
