.lp-payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 12px 0 16px;
  flex-wrap: wrap;
  width: 100%; }

/* THIS is the important part */
.lp-payment-logos img {
  height: 22px !important;
  width: auto !important;
  max-width: 50px;
  object-fit: contain;
  display: block; }

.lp-payment-logos img {
  height: 32px;
  padding: 6px 8px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px; }
