/**
 * OptiView standardized eyebrow / subheading gradient text.
 *
 * Used by Gutenberg classes (p.eyebrow-hd) and confirmed custom blocks.
 * -webkit-text-fill-color is included so background-clip:text stays
 * readable in WebKit (Safari/Chrome), matching other theme gradient text.
 */

p.eyebrow-hd,
.optiview-two-column h3.optiview-subheading,
.dbio_custom_tabbed_content_panes_dark_block p.sub-heading-tab {
	color: transparent;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.58;
	font-weight: 600;
	letter-spacing: 0.15em;
	background: linear-gradient(25deg, #00b5e6 15%, #03e886 45%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}