.checkout-shadow{position:fixed;inset:0;z-index:12000;background:#11121ad9;backdrop-filter:blur(12px);display:grid;place-items:center;padding:18px}.checkout-dialog{width:min(660px,100%);max-height:94vh;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 30px 110px #0007;display:grid;grid-template-rows:auto minmax(0,1fr)}.checkout-dialog>header{padding:17px 20px;border-bottom:1px solid #dfe1e8;display:flex;justify-content:space-between;align-items:center}.checkout-dialog>header>div{display:flex;flex-direction:column}.checkout-dialog>header span{font-size:12px;color:#606477}.checkout-dialog>header button{background:#f0f1f5;color:#11121a;padding:5px 13px;font-size:24px}.checkout-dialog #embeddedCheckout{overflow-y:auto;min-height:560px;padding:8px}.checkout-loading{text-align:center;padding:80px 20px;color:#606477}@media(max-width:640px){.checkout-shadow{padding:0}.checkout-dialog{width:100%;height:100%;max-height:none;border-radius:0}.checkout-dialog #embeddedCheckout{min-height:0}}
.checkout-error{margin:28px;padding:24px;border-radius:16px;background:#fff3f3;color:#641d1d}.checkout-error b{font-size:20px}.checkout-error a{color:inherit;font-weight:800}
