.drag-handle {
  cursor: grab;
  font-size: var(--text-base);
  user-select: none;
}

.is-dragging {
  opacity: 0.5;
}
