<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.discounts {
  font-size: 1.2rem;
  color: rgb(var(--color-foreground-secondary));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: 120%;
}

.discounts__discount &gt; .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
}</pre></body></html>