#oc19LeafletMap .oc68-map-draw-surface:not([hidden]) {
  position: absolute;
  inset: 0;
  z-index: 750;
  cursor: crosshair;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
#oc19LeafletMap .oc68-map-draw-surface[hidden] {
  display: none;
}
#oc19LeafletMap .leaflet-control-container {
  position: relative;
  z-index: 800;
}
