
/* V203 — debt-age display is integer-based system-wide.
   Business thresholds remain unchanged; this file is visual safety only. */
[data-debt-days],
.debt-days,
.overdue-days {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
