/* Dragula CSS */
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transform: rotate(2deg);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
}

/* Custom dragula styles */
.task-being-dragged {
    opacity: 0.5;
    transform: scale(0.95);
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

.source-container {
    background-color: rgba(0,0,0,0.03);
} 