.tl-mini-route.is-sorting { user-select: none; }
.tl-mini-route-item { padding-left: 38px; transition: background 0.15s, opacity 0.15s; }
.tl-mini-route-item.is-dragging { opacity: 0.58; background: var(--primary-soft); border-radius: 8px; }
.tl-route-drag-handle {
  position: absolute; left: 5px; top: 7px; z-index: 1;
  width: 22px; height: 26px; display: grid; place-items: center;
  padding: 0; border: 0; border-radius: 5px; background: transparent;
  color: var(--tl-text-3); cursor: grab; touch-action: none;
}
.tl-route-drag-handle:active { cursor: grabbing; }
.tl-route-drag-handle:hover, .tl-route-drag-handle:focus-visible { color: var(--primary); background: var(--primary-soft); outline: none; }
.tl-route-drag-handle i { font-size: 17px; }
