/* ==========================================================================
   Nejat Text Content Widget
   ========================================================================== */

/* Root section */
.nejat-text-content {
	padding-top: var(--nejat-section-pad-v);
	padding-bottom: var(--nejat-section-pad-v);
}

/* Inner container */
.nejat-text-content__inner {
	max-width: var(--nejat-max-width);
	margin: 0 auto;
	padding-left: var(--nejat-gutter);
	padding-right: var(--nejat-gutter);
}

/* Content block */
.nejat-text-content__content {
	display: flex;
	flex-direction: column;
	gap: var(--nejat-gap-sm);
}

/* Eyebrow */
.nejat-text-content__eyebrow {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	color: #4ab3c8;
	line-height: 1.4;
}

/* Headline */
.nejat-text-content__headline {
	margin: 0;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.15;
}

/* Body text */
.nejat-text-content__body {
	margin-top: var(--nejat-gap-sm);
	color: #444444;
	font-size: 16px;
	line-height: 1.7;
}

.nejat-text-content__body p {
	margin: 0 0 1em;
}

.nejat-text-content__body p:last-child {
	margin-bottom: 0;
}
