/* Only the optional account choice; the checkout/payment form is unchanged. */
.checkout-choice{box-sizing:border-box;max-width:72rem;margin:1.5rem auto 0;padding:1.5rem;border:1px solid #dbe3ed;border-radius:1rem;background:#fff;color:#17283d;box-shadow:0 4px 20px #17283d08;font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
.checkout-choice *{box-sizing:border-box}.checkout-choice [hidden]{display:none!important}
.checkout-choice-heading{display:flex;gap:1rem;align-items:center;margin-bottom:1.1rem}.checkout-choice-heading img{border:1px solid #e6ebf2;border-radius:.65rem;flex:none;object-fit:contain}
.checkout-choice h2{font-size:1.35rem;font-weight:700;line-height:1.3;margin:0 0 .25rem}.checkout-choice h3{font-size:1rem;font-weight:650;margin:0 0 .5rem}.checkout-choice p{margin:.3rem 0 .8rem;line-height:1.55;font-size:.93rem;color:#425269}
.checkout-choice .checkout-eyebrow{font-size:.73rem;letter-spacing:.07em;font-weight:650;text-transform:uppercase;margin:0 0 .35rem;color:#42638a}.checkout-choice .checkout-identity{font-weight:650;overflow-wrap:anywhere;color:#17283d}
.checkout-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-choice-option{padding:1.1rem;border-radius:.75rem;background:#f8fafc;border:1px solid #e4eaf2;display:flex;flex-direction:column;align-items:flex-start}.checkout-choice-option p{flex:1}
.checkout-choice-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.checkout-choice-actions form{margin:0}
.checkout-choice-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1rem;border-radius:.55rem;font-size:.91rem;font-weight:650;line-height:1.3;text-decoration:none;border:1px solid #b8c9dc;cursor:pointer;text-align:center}
.checkout-choice-button.primary{background:#17603f;color:#fff;border-color:#17603f}.checkout-choice-button.primary:hover{background:#124c32}.checkout-choice-button.secondary{background:#fff;color:#194b80}.checkout-choice-button.secondary:hover{background:#edf4fc}
.checkout-choice a:focus-visible,.checkout-choice button:focus-visible{outline:3px solid #246cc2;outline-offset:3px}.checkout-choice .checkout-choice-help{font-size:.8rem;color:#526179;margin:1rem 0 0}.checkout-choice .checkout-choice-help:empty{display:none}
.checkout-choice-notice{border:1px solid #d0a450;background:#fff9ed;border-radius:.65rem;margin-top:1rem;padding:1rem}.checkout-choice-notice p{color:#654711}
@media(max-width:76rem){.checkout-choice{margin-left:1rem;margin-right:1rem}}@media(max-width:600px){.checkout-choice{padding:1rem}.checkout-choice-grid{grid-template-columns:1fr}.checkout-choice h2{font-size:1.17rem}.checkout-choice-heading{align-items:flex-start;gap:.7rem}.checkout-choice-actions{align-items:stretch}.checkout-choice-actions form,.checkout-choice-actions a{flex:1 1 auto}.checkout-choice-button{width:100%}.checkout-choice-option{align-items:stretch}}
@media(prefers-reduced-motion:reduce){.checkout-choice *{scroll-behavior:auto}}
