body.checkout-open { overflow: hidden; }
.checkout-dialog { border: 0; border-radius: 12px; padding: 32px; width: min(520px, calc(100% - 24px)); max-height: calc(100dvh - 32px); overflow: auto; color: #202b35; background: #fff; }
.checkout-dialog::backdrop { background: rgb(0 0 0 / 55%); }
.checkout-dialog h2 { margin: 0 30px 24px 0; font-size: 24px; font-weight: 600; }
.checkout-close { position: absolute; top: 10px; right: 16px; border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.checkout-contacts { display: grid; gap: 16px; }
.checkout-contacts label { display: grid; gap: 6px; font-size: 15px; }
.checkout-contacts input:not([type=checkbox]), .checkout-contacts textarea { box-sizing: border-box; width: 100%; border: 1px solid #b7c3ca; border-radius: 5px; padding: 11px; font: inherit; color: inherit; background: white; }
.checkout-contacts input:focus, .checkout-contacts textarea:focus { outline: 2px solid #376ba0; outline-offset: 1px; }
.checkout-contacts label.checkout-consent { display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; font-size: 13px; }
.checkout-consent input { flex: 0 0 auto; margin-top: 3px; width: 18px; height: 18px; }
.checkout-consent a { text-decoration: underline; }
.checkout-status { margin: 18px 0; line-height: 1.5; }
.checkout-submit, .checkout-done { width: 100%; justify-content: center; }
.checkout-submit:disabled { opacity: .55; cursor: wait; }
.checkout-dialog [hidden] { display: none !important; }
.checkout-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (max-width: 600px) { .checkout-dialog { padding: 24px 18px; } }
