/* Safety net for the Avia Layout Builder pages: this theme normally sets
   per-section background colors via a per-page dynamically-generated CSS
   file (wp-content/uploads/dynamic_avia/avia_posts_css/post-N.css) that
   Wayback did not capture for most pages. Rather than guess at each
   section's intended background (risking breaking sections that already
   render correctly), give any text the page explicitly colored white/very
   light its own readable dark backdrop, wherever it appears. */
[style*="color: #fff"], [style*="color:#fff"],
[style*="color: #FFF"], [style*="color:#FFF"] {
	background-color: rgba(30, 40, 50, 0.85);
	padding: 0.15em 0.4em;
	border-radius: 3px;
	display: inline-block;
}
