/* RankForge native FAQ accordion — accessible, RTL-aware, theme-friendly. */
.rankforge-faq { margin: 28px 0; }
.rankforge-faq .screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.rankforge-faq-item {
	border: 1px solid #d5d9de; border-radius: 10px;
	margin: 0 0 10px 0; padding: 0; overflow: hidden;
}
.rankforge-faq-q {
	cursor: pointer; padding: 14px 18px; font-weight: 600;
	font-size: 1.02em; line-height: 1.4; list-style: none;
}
.rankforge-faq-q::-webkit-details-marker { display: none; }
.rankforge-faq-q:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
.rankforge-faq-q::after { content: "+"; float: right; font-weight: 700; opacity: .6; }
[dir="rtl"] .rankforge-faq-q::after { float: left; }
.rankforge-faq-item[open] .rankforge-faq-q::after { content: "\2212"; }
.rankforge-faq-a {
	padding: 2px 18px 16px 18px; line-height: 1.65;
	border-top: 1px solid #e4e7ec;
}
@media (prefers-color-scheme: dark) {
	.rankforge-faq-item { border-color: #3a3f47; }
	.rankforge-faq-a { border-top-color: #2b2f36; }
}
