/* Keep guide article openings compact and visually connected. */
.support-article-public > h1:first-child {
  margin: 0 0 16px;
  line-height: 1.04;
}

.support-article-public > h1:first-child + p {
  margin: 0 0 30px;
}

.support-content .support-back {
  margin-bottom: 16px;
}

@media (max-width: 700px) {
  .support-article-public > h1:first-child {
    margin-bottom: 14px;
  }

  .support-article-public > h1:first-child + p {
    margin-bottom: 26px;
  }
}
