/**
 * Free Widgets For Elementor — Heading widget.
 */

.fwfe-heading__title {
	margin: 0;
	color: var( --fwfe-text-color, #1f2937 );
}

.fwfe-heading__link {
	color: inherit;
	text-decoration: none;
}

.fwfe-heading__link:hover {
	text-decoration: none;
}
