/* Compound interest tool — page-specific styles. */

.chart-legend .swatch-contrib { background: var(--chart-contrib); }
.chart-legend .swatch-growth { background: var(--chart-growth); }

@media (min-width: 700px) {
  .calc-grid { grid-template-columns: repeat(3, 1fr); }
}
