/*
 * reducing-balance-calculator.css — per-tool styles.
 * Tokens only; no inline styles (CSP: style-src 'self').
 */

/* Keep long amortization schedules scrollable instead of pushing the page. */
.rb-schedule-scroll {
  max-height: 380px;
  overflow-y: auto;
}
