.category-section {
  width: var(--page-column);

  min-width: 0;
  max-width: 100%;

  margin-inline: auto;

  padding-block: 0 var(--section-gap);
}

/* The shared page wrapper owns the final gap before the footer. */
.category-section:last-child { padding-bottom: 0; }

.category-section:first-of-type {
  padding-top: var(--space-2);
}
