/* ── Flows-tab map — cross-Flow seam gestures (Arc 2 slice A2) ── */

/* Draggable lane box (the status chip inside a flow-lane-chip). */
.flow-lane-box[draggable="true"] {
  cursor: grab;
}

.flow-lane-box[draggable="true"]:active {
  cursor: grabbing;
}

/* Drop-target highlight while dragging a lane from another Flow over this one. */
.flow-lane-drop-target {
  outline: 2px dashed var(--bs-primary, #0d6efd);
  outline-offset: 2px;
  background-color: #e7f1ff !important;
}

/* "+ seam" affordance under a terminal lane chip. */
.flow-add-seam-btn {
  font-size: 0.7rem;
  padding: 1px 6px;
  margin-top: 4px;
}

/* ── Seams lens (workspace-zoom, read-only) ── */

.seam-lens-row {
  padding: 4px 0;
}
