/**
 * Formidable Forms uses .frm_html_container for the public wrapper around an
 * HTML field. Interactive elements are intentionally excluded so their link and
 * button colours continue to come from the active theme or browser defaults.
 */
.frm_html_container,
.frm_html_container :not(
	a,
	a *,
	button,
	button *,
	[role='button'],
	[role='button'] *,
	input[type='button'],
	input[type='submit'],
	input[type='reset'],
	input[type='image']
) {
	color: #333333 !important;
}

/* Preserve the exact letter case entered in Formidable HTML-field headings. */
.frm_html_container :is(h1, h2, h3, h4, h5, h6, [role='heading']),
.frm_html_container :is(h1, h2, h3, h4, h5, h6, [role='heading']) * {
	text-transform: none !important;
}
