.payment-method-table{display:flex;flex-direction:column;gap:2rem;width:100%}@media(max-width:475px){.payment-method-table{gap:1.5rem}}.payment-method-table .common-table-wrapper{margin-top:0;width:100%}.payment-method-table .common-table tbody tr>td:has(.common-table-subtext){flex-direction:column;align-items:flex-start;gap:4px;justify-content:center}.payment-method-table .common-table tbody tr>td:has(.common-table-subtext)>p{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.payment-method-table .common-table tbody tr>td:has(.common-table-subtext) .common-table-value{font-family:var(--font-sf-pro-text,system-ui,-apple-system,sans-serif);font-size:.5rem;font-weight:600;line-height:.75rem;text-transform:uppercase}.payment-method-table .common-table tbody tr>td:has(.common-table-subtext) .common-table-subtext{font-family:var(--font-sf-pro-text,system-ui,-apple-system,sans-serif);font-size:.625rem;font-weight:500;line-height:.875rem;color:var(--white-60)}.payment-method-table-footer{padding-left:16px;border-left:3px solid var(--green-color);font-family:var(--font-sf-pro-text,system-ui,-apple-system,sans-serif);font-size:.875rem;font-weight:400;line-height:1.25rem;color:var(--white-60)}