/* FAQ Widget — accordéon sémantique (GEO/AEO) */

.ephrem-faq-widget .ephrem-faq-accordion {
	margin-top: 20px;
}

.ephrem-faq-widget .ephrem-faq-question {
	position: relative;
	margin: 0;
	padding: 14px 44px 14px 18px;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--ep-color-section-bg, #e2e2e2);
	color: var(--ep-color-primary, #3498db);
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
	cursor: pointer;
}

.ephrem-faq-widget .ephrem-faq-question::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	font-size: 1.3rem;
	line-height: 1;
	color: var(--ep-color-primary, #3498db);
}

.ephrem-faq-widget .ephrem-faq-question.ui-accordion-header-active::after {
	content: '\2212';
}

.ephrem-faq-widget .ephrem-faq-answer {
	padding: 16px 18px;
	background: var(--ep-color-section-bg, #fafafa);
	color: var(--ep-color-text, #1a1a1a);
}

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