[data-c42-kanban] {
  display: flex;
  gap: var(--c42-space, 1rem);
  align-items: flex-start;
}

[data-c42-kanban-column] {
  display: flex;
  flex-direction: column;
}

[data-c42-kanban-list] {
  display: flex;
  flex-direction: column;
  flex: 1;
}

[data-c42-kanban-item] {
  cursor: grab;
  touch-action: none;
  user-select: none;
}

[data-c42-kanban-item][data-dragging] {
  cursor: grabbing;
}
