.polygonHandleIcon{background:none;border:0}
.polygonHandle{display:grid;place-items:center;box-sizing:border-box;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:#e3a631;color:#182028;font:bold 17px Arial,sans-serif;box-shadow:0 0 0 3px #12202bc9,0 2px 8px #000b;cursor:grab}
.polygonHandle.vertex{width:18px;height:18px;margin:2px;background:#ffe44a}
.polygonHandle.midpoint{border-style:dashed;background:#77d4f1}
.leaflet-marker-draggable:active .polygonHandle{cursor:grabbing}

