.payment-card{border:1px solid var(--edge);background:var(--background);border-radius:15px;box-shadow:var(--shadow-subtle);box-sizing:border-box;position:relative;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:stretch;max-width:480px;margin:36px auto;padding:36px}.payment-card .payment-card__image img{display:block;max-width:120px;height:auto;margin:0 auto 24px;border-radius:15px}.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}
