/*
 * break-even-calculator.css — per-tool tweaks only.
 * Layout, stat cards and tables all reuse global classes (CSP: style-src 'self').
 */

/* Keep scenario labels on one line so the numeric columns stay aligned. */
#be-table-body td:first-child {
  white-space: nowrap;
}
