/* ───────────────────────────────
   Elementor Compatibility: 
   Respect heading margins inside Elementor
─────────────────────────────── */
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
	margin-top: var(--e-heading-margin-top, 0) !important;
	margin-bottom: var(--e-heading-margin-bottom, 0) !important;
}