/**
 * نقشهٔ پلتفرم — بدون attribution پیش‌فرض Leaflet
 */
.leaflet-container img.leaflet-tile {
  mix-blend-mode: normal !important;
}

.leaflet-container .leaflet-tile-pane {
  z-index: 200;
}

.leaflet-container canvas.leaflet-tile {
  mix-blend-mode: normal !important;
}

.leaflet-control-attribution,
.leaflet-control-attribution a {
  display: none !important;
}

.leaflet-bottom.leaflet-right .leaflet-control-attribution {
  display: none !important;
}
