/* Data Connections — mapping config toggles.
   New affordances use classes (no inline styles) per the design system;
   the surrounding legacy inline-styled toggles are frozen tech debt. */
.dc-toggle-group {
  align-self: flex-end;
}

.dc-mapping-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  cursor: pointer;
  padding: 7px 0;
}

.dc-mapping-toggle input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* Import-column note shown on the Products row when it's superseded by
   the SKUs auto-create path (replaces the Full Reimport button). */
.dc-import-note {
  color: var(--muted);
  font-size: 12px;
}
