.route-map {
 width: 100%;
 height: clamp(340px, 65vh, 681px);
 position: relative;
 z-index: 0;
 background: #f1f3ef;
 border-radius: 12px;
 font-family: Arial, sans-serif;
}
.route-map-status { margin: .6rem 0; font-size: .875rem; }
.route-map-status[hidden] { display: none; }
.route-map .leaflet-control a { color: #263d35; }
.route-map .leaflet-control-attribution { font-size: 11px; }
.route-map .leaflet-control-attribution a { color: #17604b; }
.route-map .leaflet-tooltip { font: 600 12px/1.3 Arial, sans-serif; }
