.map-shell { width:100%; height:1200px; }
.finder{display:grid;grid-template-columns:380px 1fr;gap:20px}
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}
.tab{padding:6px 10px;border:1px solid #ddd;border-radius:14px;cursor:pointer}
.tab.active{background:#111;color:#fff;border-color:#111}
.cards .card{border:1px solid #eee;border-radius:8px;padding:12px;margin:10px 0;background:#fff}
.row{display:flex;justify-content:space-between;align-items:center}

.dist{color:#666;font-size:12px}
@media(max-width:980px){.finder{grid-template-columns:1fr}}
/* Provider-CSS importieren (damit alles in Vite landet) */
@import "leaflet/dist/leaflet.css";
@import "leaflet.markercluster/dist/MarkerCluster.css";
@import "leaflet.markercluster/dist/MarkerCluster.Default.css";
@import "mapbox-gl/dist/mapbox-gl.css";

@media all and (max-width:991px){
	.map-shell { width:100%; height:300px; }
}