/* The Returns screen.
 *
 * EVERY COLOUR AND EVERY CORNER COMES FROM A TOKEN (D25), and every class this
 * screen uses has a rule here -- a class with no rule behind it draws as a bare
 * browser default and no check can see it.
 */

.k-returns__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

/* What every return has come to. Sits under the button so it reads as a summary
 * of the list below rather than as part of the action above. */
.k-returns__worth {
  margin: 0 0 12px;
  color: var(--text-muted);
}

/* Where the two-step form appears, above the list it was opened from. */
.k-returns__form {
  display: block;
  min-width: 0;
}
