.dragHandleWrapper {
    display: inline-flex;
}

.canDragDrop {
    cursor: move;
}

.cantDragDrop {
    visibility: hidden;
}
