/* ============================================================
   FinToolbox — Compound Interest Calculator (tool-specific)
   Global/shared styles (.card .fld .stat .stat-row .aff .btn
   range-slider …) live in /css/styles.css.
   ============================================================ */

.cp-chart { width: 100%; min-height: 260px; }
.cp-chart svg { display: block; width: 100%; height: auto; }

.cp-axis {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 12px;
  font-size: 10.5px;
  color: var(--text-3);
}
