/* glacial/latest-posts — rhythm between heading, card grid and the "View All Posts" button. The design's `*` reset
   zeroes margins and the shared `.gl-section .container > * + *` rule only reaches direct children of a section. */
.gl-latest-posts > h2,
.gl-latest-posts > h3 {
  margin-bottom: 24px;
}
.gl-latest-posts > .gl-grid + .btn {
  margin-top: 32px;
}
