@charset "UTF-8";
.lp-payment-logos {
  display: flex;
  justify-content: center;
  margin: 14px 0 18px; }

.lp-payment-logos img {
  width: 260px;
  /* 👈 bigger, matches button width better */
  max-width: 100%;
  height: auto;
  display: block; }

.lp-trust-text {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-top: -6px; }
