/*
 * WordPress/Beaver Builder update compatibility.
 * The site's legacy global CSS assigns #4a4a4a directly to every paragraph
 * and list item. Modern Beaver Builder color controls commonly set color on
 * the containing row/module, so those elements must inherit for the selected
 * module color to reach them.
 */
.fl-builder-content p,
.fl-builder-content li {
	color: inherit;
}
