diff --git a/site/src/components/intake/Wizard.astro b/site/src/components/intake/Wizard.astro index b9a9d2c..db03dbe 100644 --- a/site/src/components/intake/Wizard.astro +++ b/site/src/components/intake/Wizard.astro @@ -197,6 +197,11 @@ const STEP_LABELS: Record = { } .pw-btn-plain { background: #e2e8f0; color: #1f2937; } .pw-btn:disabled { opacity: 0.5; cursor: not-allowed; } + html.pw-paid-intake .pw-price-banner, + html.pw-paid-intake .pw-taxdeduct, + html.pw-paid-intake .pw-tvalue { + display: none !important; + }