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