/* setup screen — wave-3 UI scoped styles. Owner: the setup agent.
   The master-data lists gained a trailing per-row Edit action, and the category
   editor a three-up cadence row; both reuse the shared table / field primitives
   and only need light alignment tweaks here. */

/* Trailing action column on the departments + categories tables: right-aligned,
   sized to its button, and never a growth target so the content columns keep the
   width. The Edit button stays compact. */
.data th.col-action,
.data td.col-action {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.data td.col-action .btn.sm {
  margin: 0 0 0 auto;
}

/* The three cadence selects sit side by side on desktop and stack on narrow
   viewports (the shared .field-row already wraps; this just keeps them even). */
.cadence-row > .field {
  flex: 1 1 140px;
  min-width: 0;
}
