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