/* Tighten ONLY smaller headings in posts */
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 0;
}

.post-content h4 + p,
.post-content h5 + p,
.post-content h6 + p {
  margin-top: 0;
}