/**
 * faq-item.php. Ported verbatim from research-misconduct.html. Shared by
 * every template that carries an FAQ section — see docs/CONTENT_MODEL.md
 * §J.
 */

.faq-item {
	border-top: 1px solid var(--line);
	padding: 22px 0;
}

.faq-item:last-child {
	border-bottom: 1px solid var(--line);
}

.faq-item h3 {
	font-size: 16px;
	margin-bottom: 9px;
	font-weight: 700;
}

.faq-item p {
	font-size: 14.5px;
	color: var(--ink-soft);
	line-height: 1.75;
	max-width: 66ch;
}
