.discounts {
  font-size: 0.75rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.5);
}

.discounts__discount svg {
  color: rgba(var(--color-bg-tertiary-0), 1);
}

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

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

.discounts__discount > .icon {
  color: rgb(var(--color-primary-0));
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
}
