.collection-description {
  padding: var(--hh-spacing-md);
  background-color: var(--bg-color);
}

@media screen and (min-width: 750px) {
  .collection-description {
    padding: var(--hh-spacing-xl) var(--hh-spacing-3xl);
  }
}

.collection-description__content-description {
  color: var(--hh-color-subdued);
}

.collection-description__content-description :where(a) {
  color: var(--hh-color-ink);
  text-decoration: underline;
}

.collection-description__content-description :where(h1, h2, h3, h4, h5, h6) {
  font: var(--hh-body-font);
  font-weight: 600;
  margin: 0;
}

.collection-description__content-description :where(p) {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
