.websom-draggable:not(.websom-has-handle) {
	cursor: grab;

	&.websom-dragging {
		cursor: grabbing;
	}
}