/* Progressive sections in the existing one-page checkout. */
body.checkout-page.pn-checkout-onestep .checkout-progress{display:none}
body.checkout-page.pn-checkout-onestep .checkout-card+.checkout-card{margin-top:14px}
body.checkout-page.pn-checkout-onestep #checkoutFields>.checkout-card{padding:0;overflow:hidden}
body.checkout-page.pn-checkout-onestep #checkoutFields>.checkout-card>h2{margin:0;padding:0;font-size:18px;line-height:1.3}
body.checkout-page.pn-checkout-onestep .checkout-step-toggle{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:74px;padding:18px 22px;border:0;border-radius:0;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:1}
body.checkout-page.pn-checkout-onestep .checkout-step-toggle:focus-visible{outline-offset:-4px}
body.checkout-page.pn-checkout-onestep .checkout-step-toggle:disabled{cursor:default;opacity:1}
body.checkout-page.pn-checkout-onestep .checkout-step-number{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--checkout-line,#ddd);border-radius:50%;font-size:14px;background:#f5f5f5;color:#606060}
body.checkout-page.pn-checkout-onestep .checkout-step-label{font-weight:700}
body.checkout-page.pn-checkout-onestep .checkout-step-state{max-width:130px;font-size:11px;line-height:1.4;font-weight:400;color:#606060;text-align:right}
body.checkout-page.pn-checkout-onestep .is-open>.checkout-step-panel{border-top:1px solid var(--checkout-line,#ddd)}
body.checkout-page.pn-checkout-onestep .checkout-step-panel{padding:24px 22px}
body.checkout-page.pn-checkout-onestep .checkout-step-panel>.checkout-hint{margin:0 0 18px}
body.checkout-page.pn-checkout-onestep .is-open .checkout-step-number{background:var(--checkout-buy,#b91c1c);border-color:var(--checkout-buy,#b91c1c);color:#fff}
body.checkout-page.pn-checkout-onestep .is-complete:not(.is-open) .checkout-step-number{background:#f0fdf4;border-color:#b7dcbf;color:#166534}
body.checkout-page.pn-checkout-onestep .is-locked .checkout-step-toggle{background:#fafafa}
body.checkout-page.pn-checkout-onestep .is-locked .checkout-step-label{color:#606060}
body.checkout-page.pn-checkout-onestep .checkout-step-announcement{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media(max-width:600px){body.checkout-page.pn-checkout-onestep .checkout-step-toggle{padding:16px 15px;gap:9px;min-height:70px}body.checkout-page.pn-checkout-onestep .checkout-step-panel{padding:20px 15px}body.checkout-page.pn-checkout-onestep .checkout-step-state{max-width:105px;font-size:10px}body.checkout-page.pn-checkout-onestep #checkoutFields>.checkout-card>h2{font-size:17px}}
