/* Neutralize Astra's direct h1-h6 tag styling (font-size/weight/color/margin)
   on FAQ questions converted from span/div to h3 for GEO — visual appearance
   must stay identical to before, only the semantic tag changes. !important is
   needed here: Astra's own h3 rule still won in testing despite this class
   selector having higher specificity on paper, so this is the reliable way
   to beat a theme base style without chasing the exact cascade cause. */
.bdt-ep-title-text,
.sd-faq-q-text {
	font-size: inherit !important;
	font-weight: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	margin: 0 !important;
}
