/* A focused, responsive handover receipt. No external assets or font requests. */
.checkout-dialog{width:min(650px,calc(100vw - 24px));box-sizing:border-box;background:#fffdf8}
.checkout-dialog *{box-sizing:border-box;min-width:0}
.checkout-dialog .dialog-head{align-items:flex-start;gap:14px}
.checkout-dialog h2{font-size:clamp(29px,5vw,43px);line-height:1.12;margin-top:12px}
.checkout-kicker{font:700 10px/1.6 var(--font-body, sans-serif);letter-spacing:.14em;color:#6c655e}
.checkout-receipt{padding:22px;border:1px solid #e7dfd3;border-radius:20px;background:linear-gradient(130deg,#f9f1e6,#fffefb);margin:8px 0 18px}
.checkout-receipt .order-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:12px 0;margin:0;background:none;border:0;border-radius:0}
.checkout-receipt .order-summary strong{display:block;font-size:18px;overflow-wrap:anywhere}
.checkout-receipt .order-summary b{font-size:clamp(25px,5vw,37px);white-space:nowrap;color:#3c3453}
.checkout-receipt .order-summary p{font-size:12px;line-height:1.5;margin:7px 0;color:#6b625e}
.checkout-includes{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.checkout-includes span{font-size:11px;line-height:1.5;border:1px solid #e4ddd2;background:#fffaf3;border-radius:20px;padding:5px 9px}
.checkout-dialog .notice{line-height:1.65;overflow-wrap:anywhere;font-size:14px}
.checkout-dialog .checkout-warning{border-left:3px solid #ab7330;background:#fff4df;color:#604115}
.checkout-dialog .checkout-legal{display:flex;flex-wrap:wrap;gap:14px}
.checkout-dialog #order-actions>.btn{margin-top:10px}
.checkout-dialog .check-row{align-items:flex-start;font-size:13px;line-height:1.6;margin:16px 0}
.checkout-dialog .check-row input{flex:0 0 auto;margin-top:4px}
.checkout-footnote{font-size:12px;line-height:1.7;color:#746d65;margin:20px 0 0}
.checkout-dialog .btn:focus-visible,.checkout-dialog input:focus-visible{outline:3px solid #70599a;outline-offset:3px}
@media(max-width:400px){.checkout-dialog{padding:18px 14px}.checkout-receipt{padding:15px}.checkout-receipt .order-summary{flex-wrap:wrap;gap:3px}.checkout-dialog .dialog-head .icon-button{flex:0 0 38px}}
