/* ==========================================================================

NF CUSTOM CSS

========================================================================== */

/*
General Gravity Forms CSS - Kyle moved this to Custom Code to make it easy to modify it
*/

/* --------------------------------------------------------------------------
   Insights page heading (centered title + subtitle + separator, no hero)
   -------------------------------------------------------------------------- */
.insights-page-heading {
	background: transparent;
	padding: 2rem 0 1.5rem;
}

.insights-page-heading-inner {
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}

.insights-page-heading-title {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	margin: 0 0 1rem;
	line-height: 1.2;
}

.insights-page-heading-subtitle {
	font-size: 1rem;
	font-weight: 400;
	color: #555;
	line-height: 1.5;
	margin: 0 0 1.25rem;
}

.insights-page-heading-separator {
	width: 220px;
	height: 2px;
	background-color: #333;
	margin: 0;
}
