.leaflet-container.editing-point{cursor:default}
.leaflet-marker-icon.moving-point{cursor:grab!important;background:transparent;border:0}
.leaflet-marker-icon.moving-point:active{cursor:grabbing!important}
.selected-point-dot{width:18px;height:18px;border-radius:50%;background:#ef233c;border:3px solid #fff;box-shadow:0 0 0 3px #ef233c88,0 0 14px 7px #fbbf2466;animation:selectedPulse 1.25s ease-in-out infinite}
.middle-panning{cursor:grabbing!important}
.vertex-node{background:#fff!important;border:3px solid #e11d48!important;border-radius:50%;cursor:crosshair!important;box-shadow:0 0 0 1px #fff}.leaflet-container.adding-polygon-node,.leaflet-container.removing-polygon-node{cursor:crosshair!important}
@keyframes selectedPulse{50%{box-shadow:0 0 0 6px #ef233c33,0 0 18px 9px #fbbf244d}}
