/**
 * Styles de la page "La FAQ du Potier" (faq-du-potier.php).
 * Chargé uniquement sur cette page via mille_bols_enqueue_faq_assets()
 * dans functions.php.
 */

.mb-faq-page {
	background: #fbfaf7;
	color: #171717;
	padding: 4rem 1.5rem 6rem;
}

.mb-faq-inner {
	max-width: 760px;
	margin: 0 auto;
}

.mb-faq-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.mb-faq-eyebrow {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: #67645f;
	margin: 0 0 0.5rem;
}

.mb-faq-header h1 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.75rem;
	color: #9e321f;
	margin: 0 0 1rem;
}

.mb-faq-rule {
	width: 60px;
	height: 2px;
	background: #9e321f;
	margin: 0 auto 1.5rem;
}

.mb-faq-lead {
	color: #67645f;
	font-size: 1.1rem;
	margin: 0;
}

.mb-faq-empty {
	text-align: center;
	color: #67645f;
	font-style: italic;
}

.mb-faq-content {
	margin: 0 auto;
}

.mb-faq-section {
	margin-bottom: 2.5rem;
}

.mb-faq-section h2 {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.5rem;
	color: #9e321f;
	border-bottom: 1px solid #ddd9d1;
	padding-bottom: 0.5rem;
	margin: 0 0 1rem;
}

.mb-faq-section-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: #9e321f;
}

.mb-faq-section-icon svg {
	width: 100%;
	height: 100%;
}

.mb-faq-item {
	background: #fff;
	border: 1px solid #ddd9d1;
	border-radius: 6px;
	margin-bottom: 0.75rem;
	overflow: hidden;
}

.mb-faq-item summary {
	cursor: pointer;
	padding: 1rem 1.25rem;
	font-weight: 600;
	list-style: none;
	position: relative;
	padding-right: 2.5rem;
}

.mb-faq-item summary::-webkit-details-marker {
	display: none;
}

.mb-faq-item summary::after {
	content: '+';
	position: absolute;
	right: 1.25rem;
	top: 1rem;
	color: #9e321f;
	font-size: 1.3rem;
	line-height: 1;
}

.mb-faq-item[open] summary::after {
	content: '–';
}

.mb-faq-item[open] summary {
	background: #f2f0ec;
}

.mb-faq-answer {
	padding: 0 1.25rem 1.25rem;
	color: #67645f;
	line-height: 1.6;
}

.mb-faq-answer p {
	margin: 0 0 0.75rem;
}

.mb-faq-answer p:last-child {
	margin-bottom: 0;
}

.mb-faq-closing {
	text-align: center;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd9d1;
}

.mb-faq-closing p {
	color: #67645f;
	margin: 0 0 0.5rem;
}

.mb-faq-closing-link {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.2rem;
	color: #9e321f;
	text-decoration: none;
}

.mb-faq-closing-link:hover {
	text-decoration: underline;
}
