/* Movable Leaflet zoom pair. It stays a single familiar instrument, never two loose buttons. */
.leaflet-control-zoom.blr-movable-zoom {
  position: fixed !important; z-index: 1100 !important; margin: 0 !important;
  cursor: grab; touch-action: none; user-select: none;
}
.leaflet-control-zoom.blr-movable-zoom.dragging { cursor: grabbing; transition: none !important; }
body.blenav-open .leaflet-control-zoom.blr-movable-zoom {
  opacity: 0 !important; pointer-events: none; transform: translateY(12px);
}
@media (prefers-reduced-motion: reduce) {
  .leaflet-control-zoom.blr-movable-zoom { transition: none !important; }
}
