.checkout-dialog{width:min(660px,94vw)}.checkout-dialog .dialog-head{margin-bottom:20px}.checkout-status{padding:14px 17px;border:1px solid var(--line);border-radius:14px;font-size:13px;line-height:1.7;color:var(--wine);background:var(--cream);margin-bottom:22px}.checkout-form fieldset{border:0;padding:0;margin:0;min-width:0}.checkout-form legend{font-family:var(--serif);font-size:29px;margin-bottom:15px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.checkout-fields label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:var(--muted)}.checkout-fields input,.checkout-fields select{width:100%;min-height:46px;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);font:inherit;font-size:14px}.checkout-fields .wide{grid-column:1/-1}.checkout-fields input:disabled,.checkout-fields select:disabled{background:var(--cream);opacity:.7}.checkout-help{font-size:12px;line-height:1.8;color:var(--muted);margin:17px 0}.checkout-form>.button{width:100%;justify-content:center;margin-top:15px}.checkout-back{display:block;margin:16px auto 0;font-size:12px;text-decoration:underline}.receipt-shell{max-width:650px;margin:50px auto;padding:34px;background:var(--paper);border-radius:24px;border:1px solid var(--line)}.receipt-brand{display:flex;align-items:center;gap:14px;margin-bottom:34px;font:36px var(--serif)}.receipt-brand img{width:64px;height:64px;border-radius:14px}.receipt-shell h1{font-size:clamp(40px,7vw,58px);margin:15px 0 20px}.receipt-shell>p{font-size:14px;color:var(--muted)}.receipt-reference{overflow-wrap:anywhere;font-size:11px!important;margin:20px 0}.receipt-items{margin-top:25px}.receipt-item{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.receipt-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.checkout-total-note{font-size:11px;color:var(--muted);margin-top:10px}@media(max-width:500px){.checkout-fields{grid-template-columns:1fr}.receipt-shell{margin:20px 14px;padding:25px}.checkout-dialog{padding:24px 20px}}
