<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spacer-section {
  width: 100%;
  overflow: hidden;
  height: var(--hh-space-2xl);
}

@media screen and (min-width: 750px) {
  .spacer-section {
    height: 90px;
  }
}
</pre></body></html>