/* ==========================================================================
   Post FAQ — template-parts/faq.php
   ========================================================================== */

.post-faq {
	margin: 40px 0 0;
}

.post-faq__title {
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 700;
	color: #1a2035;
	margin: 0 0 24px;
}

.post-faq__list {
	margin: 0;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
}

.post-faq__item {
	padding: 20px 24px;
	border-bottom: 1px solid #e2e8f0;
}

.post-faq__item:last-child {
	border-bottom: none;
}

.post-faq__question {
	font-family: var(--font-figtree);
	font-size: 16px;
	font-weight: 600;
	color: #1a2035;
	margin: 0 0 8px;
}

.post-faq__answer {
	font-family: var(--font-figtree);
	font-size: 15px;
	line-height: 1.7;
	color: #505869;
	margin: 0;
}
