

/* codex-footer-payment-icon-size */
.footer__payment-icons {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}

.footer__payment-icons svg,
.footer__payment-icons img {
  width: 38px !important;
  height: 24px !important;
  max-width: 38px !important;
  max-height: 24px !important;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .footer__payment-icons {
    justify-content: flex-start;
    gap: 5px;
  }

  .footer__payment-icons svg,
  .footer__payment-icons img {
    width: 34px !important;
    height: 22px !important;
    max-width: 34px !important;
    max-height: 22px !important;
  }
}
