.discounts {
  font-size: 1.2rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  font-size: 0.875rem;
  column-gap: 0.5rem;
  color: rgba(var(--color-foreground), 0.5);
  margin-bottom: 0.5rem;
}

.discounts__discount svg {
  color: rgba(var(--color-foreground), 0.5);
  max-height: 1rem;
}

.discounts__discount--position {
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .discounts__discount--position {
    justify-content: flex-end;
  }
}

.discounts__discount > .icon {
  width: 1.2rem;
  height: 1.2rem;
}
