/* Documents Module Styles */

/* Actions Tab */
#actionOffcanvas {
    z-index: 1060;
}

#target-container.hidden {
    display: none;
}

.actions-container .handle {
    cursor: move;
}

.action-item {
    transition: all 0.2s ease;
}

.action-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sortable-ghost {
    opacity: 0.4;
}

.sortable-drag {
    opacity: 1;
}


