.payment-card{border:1px solid var(--edge);background:var(--surface-1);box-shadow:var(--shadow-1);box-sizing:border-box;border-radius:15px;flex-flow:column;justify-content:space-between;align-items:stretch;max-width:480px;margin:36px auto;padding:36px;display:flex;position:relative}.payment-card .payment-card__image img{border-radius:15px;max-width:120px;height:auto;margin:0 auto 24px;display:block}.payment-card .payment-card__content>:first-child{margin-top:0}.payment-card .payment-card__action>button.action,.payment-card .payment-card__action>button.button{width:100%;margin:24px 0}
