.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* Strong targeting for the exact byline on this site */
h1 + p,
.entry-content &gt; p:first-of-type,
.post-content &gt; p:first-child,
.article-content &gt; p:first-child,
div[class*="meta"] p,
div[class*="byline"] p,
p:where(:contains("By Tri-Strategies")),
p:where(:contains("October 30, 2025")) {
    display: none !important;
}

/* Hide any container around the date + By line */
.entry-header p,
.post-header p,
.article-header p,
.meta,
.byline,
.entry-meta,
.post-meta {
    display: none !important;
}

/* Aggressive fallback - hides any paragraph containing "By " right after title */
.entry-content p,
.post-content p,
.article-content p {
    display: block; /* reset others */
}

.entry-content p:has-text("By Tri-Strategies"),
.entry-content p:contains("By Tri-Strategies"),
.post-content p:contains("By Tri-Strategies") {
    display: none !important;
}/* End custom CSS */