/* ==========================================================================
   401k-calculator.css — the employer-match callout

   One rule. The match note reuses .tool-steps, but when the visitor is
   contributing below the match cap it is not an explanation any more, it is a
   warning about money being left behind — so it borrows the amber treatment
   rather than the neutral one.
   ========================================================================== */

.tool-steps.k401-alert {
  border-left-color: #F59E0B;
  background: var(--tint-amber);
}
.tool-steps.k401-alert .st-title { color: #B45309; }
.tool-steps.k401-alert strong { color: #B45309; }

[data-theme="dark"] .tool-steps.k401-alert .st-title,
[data-theme="dark"] .tool-steps.k401-alert strong { color: #FCD34D; }
