.payment-method-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 20px}.payment-method-choices button{display:flex;align-items:center;gap:12px;min-height:76px;padding:12px;border:1px solid var(--border,#ddd);border-radius:12px;background:var(--card,#fff);color:var(--foreground,#17171b);text-align:start;font:inherit;cursor:pointer}.payment-method-choices button[aria-pressed=true]{border-color:var(--primary,#7c3aed);box-shadow:0 0 0 1px var(--primary,#7c3aed)}.payment-method-choices button:focus-visible{outline:2px solid var(--primary,#7c3aed);outline-offset:3px}.payment-method-choices img{width:64px;height:48px;object-fit:contain;background:white;border-radius:6px;padding:3px}.payment-method-choices button:disabled{opacity:.55;cursor:wait}@media(max-width:520px){.payment-method-choices{grid-template-columns:1fr}}

/* Keep original brand colors on a neutral surface in both site themes. */
.payment-brands{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:none;min-width:96px;height:40px;padding:4px 6px;background:#fff;border:1px solid #e9e9ef;border-radius:6px;box-sizing:border-box}
.payment-brands img,.payment-method-choices .payment-brands img{display:block;flex:none;width:44px;height:32px;object-fit:contain;padding:3px;background:transparent;border-radius:0;box-sizing:border-box}
.payment-brands[data-pix-brand] img,.payment-method-choices .payment-brands[data-pix-brand] img{width:88px;padding:0}
.payment-current-method{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;font-size:14px}
.payment-method-choices button>span:last-child{min-width:0;overflow-wrap:anywhere}
@media(min-width:521px) and (max-width:720px){.payment-method-choices button:has(.payment-brands){flex-wrap:wrap}}
select[name="method"][hidden],select[data-membership-payment][hidden]{display:none!important}
[data-membership-payment-choices]{grid-template-columns:1fr}
