/* Styles specific to the Savings Tier-2 calculator. Sits alongside calculator.css (shared baseline)
   + mortgage-overpayment.css (shared chart base: .calc-chart, gridlines, ticks, the
   .calc-chart-area-* / .calc-chart-swatch-* band family incl. money-in and tax, .calc-sr-only). Loaded only on /uk/calculators/savings-growth.

   The breakdown card's allowance note reuses the shared .calc-chart-footnote vocabulary already used
   by the chart card on this same page, so this file carries no bespoke text sizing. */

/* The income field's label carries an info button (it is the one input whose relevance is not
   self-evident: it sets the Personal Savings Allowance tier). Keep the button on the label's
   baseline rather than letting it stretch the row. */
.calc-page[data-calc-slug="savings-growth"] .calc-field label .calc-pill-info {
    vertical-align: middle;
    margin-left: 0.25rem;
}
