/* Стили для drag-and-drop упражнений */

.sortable-ghost {
    opacity: 0.4;
    background-color: #f8f9fa;
}

.sortable-drag {
    opacity: 0.8;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.drag-handle:hover {
    color: #dc3545 !important;
}

.sortable-row {
    transition: all 0.2s ease;
}
