/* Releases page. style.css already draws the cards; this covers the few
   shapes release notes produce that it does not mention. */

/* The card's own margin sets the gap above the notes; the first heading
   inside must not add its own on top of it. */
.release-notes > :first-child {
  margin-top: 0;
}

/* Body headings start at h2 under the card's h2 tag, so ### lands on h4. */
.release-notes h4 {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
}

.release-notes ol {
  margin: 0.6rem 0 0;
  padding-left: 1.3rem;
}
.release-notes li > ul,
.release-notes li > ol {
  margin-top: 0.35rem;
}

.release-notes .table-wrap {
  margin-top: 0.75rem;
}

.release-gh {
  margin-top: 1.1rem;
  font-size: 0.85rem;
}
