/*
 * Isolani Blog typography rhythm
 * Scope: ph_simpleblog single-post pages only.
 * Added 2026-07-17 after live spacing audit.
 */

body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content p {
  line-height: 1.65;
}

body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content p:not(:last-child) {
  margin-bottom: 1.25rem;
}

body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content h2,
body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content h3 {
  line-height: 1.35;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
}

body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content ul,
body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content ol {
  margin-bottom: 1.4rem;
}

/* Keep compact UI components inside editorial content from inheriting article rhythm. */
body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content .faq-item p,
body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content .product-miniature p,
body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content .elementor-widget p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content p {
    line-height: 1.62;
  }

  body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content p:not(:last-child) {
    margin-bottom: 1.1rem;
  }

  body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content h2,
  body#module-ph_simpleblog-single .simpleblog__post__content > .rte-content h3 {
    margin-top: 1.7rem;
    margin-bottom: 0.8rem;
  }
}
