Styling only links in Text Editor sections

If you set the use the Elementor link styling, it applies it to all links everywhere! Use this in your stylesheet to apply a style only to Text Editor sections:

/*Text editor links*/
.elementor-widget-text-editor a, .elementor-widget-text-editor a:visited, .elementor-widget-text-editor a:hover {
  text-decoration: underline;
  color: inherit;
}