.gcc-faq-section {
	/* Brand colours */
	--gcc-faq-accent:         rgb(126,112,155);
	--gcc-faq-accent-hover:   rgb(80,65,100);

	/* Summary block uses brand tint */
	--gcc-faq-summary-bg:     rgba(126,112,155,0.3);

	/* TOC background matches summary */
	--gcc-faq-toc-bg:         #f3f0f9;

	/* Adjust sticky offset if the site has a fixed header */
	--gcc-faq-toc-sticky-top: 80px;
}