.payment-method-card{display:flex;flex-direction:column;gap:1.25rem;padding:20px}.payment-method-card-wrapper{padding:20px;border-radius:24px;height:100%;border:1px solid #8f13f166;background:linear-gradient(180deg,#8f13f103,#8f13f11a),#2c085733}@media(max-width:475px){.payment-method-card-wrapper{border-radius:20px}}@media(max-width:1024px){.payment-method-card{padding:0}}@media(max-width:475px){.payment-method-card{gap:12px}}.payment-method-card-header{display:flex;flex-direction:row;gap:1.25rem}.payment-method-card-header-logo{display:flex;padding:8px;border-radius:12px;background:#2c0857cc}@media(max-width:475px){.payment-method-card-header-logo{display:none}}.payment-method-card-header-logo>img{min-width:56px;height:56px}.payment-method-card-header-content{display:flex;flex-direction:column;gap:.5rem}@media(max-width:475px){.payment-method-card-header-content{gap:4px}}.payment-method-card-header-content-status{display:flex;flex-direction:row;gap:.375rem;border-radius:6px;padding:6px 8px;width:-moz-fit-content;width:fit-content;background:#6eff7c1a}.payment-method-card-header-content-status>p{font-family:var(--font-sf-pro-text,system-ui,-apple-system,sans-serif);font-size:.75rem;font-weight:600;line-height:1rem;color:var(--green-color)}.payment-method-card-header-content>p{font-family:var(--font-sf-pro-display,system-ui,-apple-system,sans-serif);font-size:1.25rem;font-weight:700;line-height:1.75rem;color:#fff}@media(max-width:475px){.payment-method-card-header-content>p{font-family:var(--font-sf-pro-display,system-ui,-apple-system,sans-serif);font-size:1rem;font-weight:700;line-height:1.5rem}}.payment-method-card-body{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:475px){.payment-method-card-body{gap:12px}}.payment-method-card-body-params{display:flex;flex-direction:row;gap:.625rem}.payment-method-card-body-params-item{display:flex;flex-direction:column;gap:.25rem;padding:12px 20px;border-radius:12px;background:#ffffff0d;flex-grow:1}.payment-method-card-body-params-item>p:first-child{font-family:var(--font-sf-pro-text,system-ui,-apple-system,sans-serif);font-size:.5rem;font-weight:400;line-height:.75rem;color:var(--white-60);text-transform:uppercase}.payment-method-card-body-params-item>p:nth-child(2){font-family:var(--font-sf-pro-text,system-ui,-apple-system,sans-serif);font-size:.75rem;font-weight:700;line-height:1rem;color:#fff}.payment-method-card-body-desc{display:flex;flex-direction:column;gap:1rem}.payment-method-card-body-desc-item{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)}