.hammer-payment-methods-display-widget {
  width: 100%;
  text-align: center;
}

.hammer-payment-methods-display-widget__headline {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #344054;
  font-weight: 700;
}

.hammer-payment-methods-display-widget__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--payment-icon-gap, 10px);
}

.hammer-payment-methods-display-widget__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  max-width: 106px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hammer-payment-methods-display-widget__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: var(--payment-icon-min-height, 24px);
  max-height: var(--payment-icon-max-height, 36px);
  object-fit: contain;
}

.hammer-payment-methods-display-widget__more {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #475467;
  font-weight: 600;
}

@media (max-width: 767px) {
  .hammer-payment-methods-display-widget__headline {
    margin-bottom: 10px;
    font-size: 0.92rem;
  }

  .hammer-payment-methods-display-widget__item {
    min-height: 24px;
    max-width: 96px;
    padding: 0;
    border-radius: 0;
  }

  .hammer-payment-methods-display-widget__item img {
    max-width: 100%;
    height: auto;
    min-height: var(--payment-icon-min-height, 20px);
    max-height: var(--payment-icon-max-height, 32px);
  }

  .hammer-payment-methods-display-widget__more {
    margin-top: 8px;
    font-size: 0.82rem;
  }
}

body.page-singleitem.hammer-pdp-not-salable .hammer-payment-methods-display-widget {
  display: none;
}
