<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.4rem;
}

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

.discounts__discount--end {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
	.style-4 .discounts__discount--end {
		justify-content: flex-start;
	}
}

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