.payments-page__cards{grid-gap:30px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-left:0;list-style:none;display:grid}.payment-method{--item-no:0;background:var(--surface-light);box-shadow:0 12px 14px rgba(var(--black-400), .05);border-radius:var(--radius-m);opacity:0;animation:.3s ease-out .2s forwards fade-up;animation-delay:calc(.2s*(var(--item-no) + 1));margin:0;overflow:hidden}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.payment-method__content{flex-direction:column;width:100%;min-height:100%;display:flex}.payment-method__item{justify-content:space-between;align-items:center;height:100%;display:flex}.payment-method__item:nth-child(odd){background:var(--surface-lighter)}.payment-method-header{justify-content:center;align-items:center;height:80px;padding:0;display:flex}.payment-method-header img{width:auto;height:24px;max-height:30px;margin:28px 0}.payment-method__item-label,.payment-method__item-value{color:var(--text-body);padding:12px 10px 12px 20px;font-size:14px;line-height:1.5;display:block}.payment-method__item-value{text-align:right;color:var(--text-light);padding:12px 20px 12px 0;font-weight:600}.payment-method__item-value strong{display:block}.payment-method-type-name{text-transform:capitalize}.payment-method__cta{margin-top:auto;padding:10px}.skeleton-animation--payments{border-radius:var(--radius-m);z-index:2;background-color:#d2d7db;height:331px;animation:1s linear infinite alternate skeleton-loading;position:relative;overflow:hidden}