[data-c42-sortable-table] {
  table-layout: fixed;
}

[data-c42-sortable-row][data-dragging] {
  opacity: 0.6;
}

[data-c42-sortable-row-handle],
[data-c42-sortable-col-handle] {
  cursor: grab;
  touch-action: none;
}

[data-c42-sortable-row][data-dragging] [data-c42-sortable-row-handle] {
  cursor: grabbing;
}

[data-c42-sortable-resize] {
  cursor: col-resize;
  touch-action: none;
  user-select: none;
}
