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

/* Make the headline age numbers read as a single, prominent result. */
#ag-years,
#ag-months,
#ag-days {
  font-variant-numeric: tabular-nums;
}

/* Tighten the checkbox helper so the Buddhist-era toggle reads as one unit. */
.field-checkbox .field-help {
  margin-top: var(--space-1);
}
