.bubble-draggable-handle {
    cursor: grab;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.bubble-is-dragging,
.bubble-is-dragging .bubble-draggable-handle {
    cursor: grabbing !important;
}

.bubble-drag-positioned {
    transition: none !important;
}

.bubble-is-dragging * {
    pointer-events: none;
}
