.ArticleContent h1,
.ArticleContent h2,
.ArticleContent h3,
.ArticleContent h4,
.ArticleContent h5,
.ArticleContent h6{
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}

.ArticleContent p {
    margin-bottom: 1em;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

/* Kill heading margins inside JetEngine/Elementor listings */
.jet-listing :is(h1, h2, h3, h4, h5, h6) { 
  margin-block: 0; /* replaces both margin-top & margin-bottom */
}

/* Elementor’s heading widget titles (extra belt-and-braces) */
.jet-listing .elementor-widget-heading .elementor-heading-title,
.jet-listing-dynamic-link .elementor-heading-title {
  margin: 0;
}

.read-more-text h1,
.read-more-text h2,
.read-more-text h3,
.read-more-text h4,
.read-more-text h5,
.read-more-text h6,
.airtable-typography h1,
.airtable-typography h2,
.airtable-typography h3,
.airtable-typography h4,
.airtable-typography h5,
.airtable-typography h6 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

.read-more-text :first-child,
.airtable-typography :first-child {
  margin-top: 0;
}

.read-more-text h1,
.airtable-typography h1 {
  font-size: 2.5rem;
}

.read-more-text h2,
.airtable-typography h2 {
  font-size: 1.7rem;
}

.read-more-text h3,
.airtable-typography h3 {
  font-size: 1.3rem;
}

.read-more-text h4,
.airtable-typography h4 {
  font-size: 1.15rem;
}

.read-more-text h5,
.airtable-typography h5 {
  font-size: 1rem;
}

.elementor hr {
    background-color: #dee2e6;
    margin: 30px 0;
}
