/* SectionNav — was SectionNav.module.css. The bundler's hashed class names are
   replaced by a plain c-SectionNav_ prefix so the stylesheet stands alone. */

.c-SectionNav_nav {
  width: 100%;
  padding: 2.25rem;
}

.c-SectionNav_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 1000px) {
  .c-SectionNav_nav {
    padding: 1.5rem;
  }
}
