/* Project-level styles. Keep library files reusable and override them here. */

.site-main {
  min-height: 60vh;
  padding-block: var(--section-mb);
}

.page-content,
.entry,
.archive-header,
.error-404 {
  margin-bottom: var(--block-mb);
}

.page-content__body > :last-child,
.entry__content > :last-child {
  margin-bottom: 0;
}
