<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collection-description .rte {
  margin-bottom: 1rem;
}

.collection-description .rte.truncate {
  position: relative;
  max-height: calc(3rem * var(--max-lines));
  overflow: hidden;
}

.collection-description #collection-read-less svg {
  transform: rotate(180deg);
}

.collection-description h2 {
  font-size: 18px;
}

.collection-description p {
  font-size: 14px;
  line-height: 18px;
}
</pre></body></html>