.adm-payment-methods{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:32px;border-radius:16px;overflow:hidden;background-color:var(--adm-background-secondary-default);gap:32px;transition:.2s ease-in-out}.adm-payment-methods:hover{background-color:var(--adm-background-secondary-hover)}@media screen and (min-width:768px){.adm-payment-methods{gap:48px;padding-right:48px;padding-left:48px;border-radius:24px}}.adm-payment-methods__item{width:auto;filter:contrast(0) invert(74%) sepia(3%) saturate(1746%) hue-rotate(189deg) brightness(100%)}@media screen and (min-width:768px){.adm-payment-methods__item{height:32px}}