/* Sortable.js styling */
.sortable-ghost {
  opacity: 0.4;
}

.sortable-chosen {
  box-shadow: 0 0 0 2px #3b82f6;
}

.sortable-drag {
  opacity: 0.9;
}
