/* Patch notes: space the top-level entries (the blank lines in the source
   markdown) while keeping each entry's sub-bullets snug under their parent. */
.article-body > ul > li + li {
  margin-top: 0.85em;
}
