/* Timeline: keep lead/body text green with a minimal, targeted rule */
.timeline_item_text .read-more_lead,
.timeline_item_text .read-more_lead *,
.timeline_item_text .read-more_content,
.timeline_item_text .read-more_content * {
  color: var(--primary) !important;
}
  .trs-facts svg .st-fact0,
  .trs-facts svg .st-fact1 { stroke: var(--primary) !important; }

.social-sharing .linkedin-link,
.social-sharing .facebook-link,
.social-sharing .twitter-link,
.social-sharing .email-link {
  background-color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary) !important;
}


h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  color: inherit !important;
}
