/* flow.css — small UX tweaks for Instant Quote progressive reveal */
.instant-quote-page .hidden{ display:none !important; }

/* When we flip Calculate to .primary, make sure it looks like a primary button even if base CSS changes */
.instant-quote-page #btnCalc.primary{
  border: none;
}
