/* ============================================================
   Smart Writer — content-spacing.css
   Applied to post content on the frontend + TinyMCE editor.
   ============================================================ */

.entry-content p,
.post-content p,
.single-content p,
.sw-content p,
body#tinymce p {
  margin-bottom: 1.35em;
  line-height: 1.8;
}

.entry-content h2,
.post-content h2,
.single-content h2,
.sw-content h2,
body#tinymce h2 {
  margin-top: 1.8em;
  margin-bottom: .6em;
  line-height: 1.3;
}

.entry-content h3,
.post-content h3,
.single-content h3,
.sw-content h3,
body#tinymce h3 {
  margin-top: 1.4em;
  margin-bottom: .5em;
}

/* Ensure no collapsed spacing between back-to-back paragraphs */
.entry-content p + p,
body#tinymce p + p {
  margin-top: 0;
}
