/**
 * Editor-inserted content blocks (Key points, FAQ) — frontend + editor preview.
 * No inline styles in post HTML.
 */

/* --- Key takeaways --- */
.newsai-key-points,
aside.newsai-key-points {
	margin: 1.25rem 0;
	padding: 1rem 1.15rem;
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	border-radius: 4px;
	box-sizing: border-box;
	clear: both;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.newsai-key-points__heading {
	margin: 0 0 0.65rem;
	font-size: 1rem;
	line-height: 1.35;
	color: #1d2327;
	font-weight: 700;
}

.newsai-key-points__badge {
	font-size: 0.6875rem;
	font-weight: 500;
	color: #646970;
}

.newsai-key-points__list {
	margin: 0;
	padding-left: 1.25rem;
	color: #50575e;
}

.newsai-key-points__item {
	margin-bottom: 0.35rem;
	line-height: 1.45;
}

.newsai-key-points__item:last-child {
	margin-bottom: 0;
}

/* --- FAQ (schema.org FAQPage) --- */
.newsai-faq,
section.newsai-faq {
	margin: 1.25rem 0;
	padding: 1.15rem 1.25rem;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-sizing: border-box;
	clear: both;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.newsai-faq__heading {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	line-height: 1.35;
	color: #111827;
	font-weight: 700;
}

.newsai-faq__item {
	margin-bottom: 1rem;
}

.newsai-faq__item:last-child {
	margin-bottom: 0;
}

.newsai-faq__question {
	display: block;
	color: #1d2327;
	font-weight: 600;
	line-height: 1.4;
}

.newsai-faq__answer {
	margin-top: 0.35rem;
}

.newsai-faq__answer-text {
	margin: 0;
	color: #50575e;
	line-height: 1.45;
}
