/* templates_next/pages/index.html — page shell. Colors from skins/*.css */

.index-page {
  padding: 1.5rem 2rem 0;
}

.index-body,
.index-after {
  max-width: var(--index-max);
  margin: 0 auto;
}

.index-body > *:first-child,
.index-after > *:first-child {
  margin-top: 0;
}

.index-body > *:last-child,
.index-after > *:last-child {
  margin-bottom: 0;
}

.index-after {
  margin-top: 1.5rem;
}

.index-page > .index-after:first-child {
  margin-top: 0.75rem;
}
