/**
 * Hero + semantic heading tags: preserve Elementor visual styles on real h1/h2.
 * Typography is driven by .elementor-heading-title / .elementor-size-* (not div).
 */

.elementor-widget-heading .elementor-heading-title {
	display: block;
}

.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.wheader h1.elementor-heading-title,
.page-banner h1.elementor-heading-title,
.title-banner h1.elementor-heading-title {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.wheader .elementor-widget-heading:first-of-type h1.elementor-heading-title {
	display: block;
}
