/* ==========================================================
   Loan Calculator (/calculadora-de-prestamos/) — page-specific
   styles only. Everything shared with the other calculator pages
   (container width, form/results card, buttons, donut chart, the
   amortization table + toggle/CSV controls, the early-payoff
   comparison block, the balance-over-time chart card, guide/formula
   blocks) lives in assets/css/components/finance-calculator.css
   and is NOT duplicated here.
   ========================================================== */

.compound-field__optional {
    font-weight: 400;
    color: var(--text-secondary);
}

/* Equal, predictable control height for inputs and selects on this
   page (small visual-only normalization, no markup/behavior change). */
.finance-loan-page .compound-field__input,
.finance-loan-page .compound-field__select {
    height: 44px;
    box-sizing: border-box;
}
