/* DUSTR — shared dark treatment for every map preview. */
.dustr-map,
.route-mini-map,
.card-leaflet {
    background:#070a08 !important;
}

.dustr-dark-tiles {
    filter:brightness(.42) invert(1) contrast(3.15) hue-rotate(192deg) saturate(.18) brightness(.52);
}

.dustr-map .leaflet-control-attribution,
.dustr-map .leaflet-control-attribution a {
    color:rgba(186,199,188,.58);
}

.dustr-map .leaflet-control-attribution {
    background:rgba(5,8,6,.76);
}
