/**
 * NWEF Blog Content Enhancements — Key Takeaways callout + In This Article ToC (single posts).
 */

.nwef-bce-lede {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 2rem;
}

/* Key Takeaways — cream callout */
.nwef-bce-takeaways--callout {
	margin: 0;
	padding: 1.25rem 1.5rem;
	border: none;
	border-radius: 8px;
	background: #faf7f2;
	box-shadow: 0 2px 10px rgba(47, 47, 47, 0.08);
}

.nwef-bce-takeaways__heading {
	margin: 0 0 1rem;
	font-family: Merriweather, Georgia, 'Times New Roman', serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #2f2f2f;
}

.nwef-bce-takeaways__body--prose {
	font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	color: #2f2f2f;
}

.nwef-bce-takeaways__body--prose > *:first-child {
	margin-top: 0;
}

.nwef-bce-takeaways__body--prose > *:last-child {
	margin-bottom: 0;
}

.nwef-bce-takeaways__body--prose ul.nwef-bce-takeaways__list {
	list-style: disc;
	margin: 0;
	padding-left: 1.25rem;
}

.nwef-bce-takeaways__body--prose ol {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.nwef-bce-takeaways__body--prose li + li {
	margin-top: 0.35rem;
}

/* Table of contents — open layout on page background (no box) */
.nwef-bce-toc {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.nwef-bce-toc__heading {
	margin: 0 0 0.75rem;
	font-family: Merriweather, Georgia, 'Times New Roman', serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #2f2f2f;
}

.nwef-bce-toc__list {
	margin: 0;
	padding-left: 1.35rem;
	list-style: decimal;
	font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #2f2f2f;
}

.nwef-bce-toc__list .nwef-bce-toc__list {
	margin-top: 0.35rem;
	list-style: lower-alpha;
}

.nwef-bce-toc__list .nwef-bce-toc__list .nwef-bce-toc__list {
	list-style: lower-roman;
}

.nwef-bce-toc__item {
	margin: 0.4rem 0;
	padding-left: 0.15rem;
	font-weight: 400;
}

.nwef-bce-toc__link {
	text-decoration: none;
	color: inherit;
	font-weight: 400;
}

.nwef-bce-toc__link:hover {
	text-decoration: underline;
}
