.afterpay-installments {
  text-align: center;
  margin: 0.8rem 0 0.5rem 0;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.afterpay-installments__logo {
  vertical-align: middle;
  height: 16px;
  width: auto;
}

.afterpay-installments strong {
  color: rgb(var(--color-foreground));
}
