.afterpay-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.3em;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 8px;
  font-size: 0.9rem;
}

.afterpay-widget__image {
  display: block;
  flex-shrink: 0;
  height: 32px;
}

.afterpay-widget__image img {
  display: block;
  width: auto;
  height: 100%;
}
