/*  # Adds section padding-top to first section only, or the page hero.
      To use, uncomment if using stick header.  */
main section:first-of-type,
main section.brxe-section:first-of-type {
  padding-top: calc(var(--space-section-m) + var(--space-section-s));
}

section.brxe-section {
  overflow: hidden;
}