.recipe-store .checkout-account-card{margin-top:14px;padding:14px 16px;border:1px solid var(--recipe-line);border-radius:6px;background:rgba(255,255,255,.45)}
.recipe-store .checkout-form .checkout-account-toggle{display:grid!important;grid-template-columns:20px 1fr!important;gap:11px!important;align-items:start!important;color:var(--recipe-ink);font-size:13px!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}
.recipe-store .checkout-form .checkout-account-toggle input{width:17px;height:17px;min-height:0;margin:2px 0 0;padding:0;accent-color:#111}
.recipe-store .checkout-account-toggle span{display:grid;gap:3px}.recipe-store .checkout-account-toggle strong{font-size:12px;font-weight:650}.recipe-store .checkout-account-toggle small{color:var(--recipe-muted);font-size:10px;line-height:1.5}
.recipe-store .checkout-account-fields{margin-top:16px;padding-top:16px;border-top:1px solid var(--recipe-line)}
.recipe-store .checkout-account-fields[hidden]{display:none!important}
.recipe-store .checkout-shipping-options{display:grid;gap:8px}
.recipe-store .checkout-form .shipping-choice{min-height:62px;display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;padding:0 14px;border:1px solid var(--recipe-line);border-radius:6px;background:#fff;color:var(--recipe-ink);font-size:13px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}
.recipe-store .checkout-form .shipping-choice:has(input:checked){border-color:#111;box-shadow:0 0 0 1px #111}
.recipe-store .checkout-form .shipping-choice input{width:16px;height:16px;min-height:0;margin:0;padding:0;accent-color:#111}
.recipe-store .shipping-choice span{display:flex;align-items:center;justify-content:space-between;gap:16px}.recipe-store .shipping-choice strong{font-size:12px;font-weight:650}.recipe-store .shipping-choice small{color:var(--recipe-muted);font-size:11px;white-space:nowrap}
@media(max-width:520px){.recipe-store .shipping-choice span{align-items:flex-start;flex-direction:column;gap:2px}}
