/* Nur Links im Fließtext unterstreichen */
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a,
.elementor-widget-text-path a,
.elementor-widget-text-editor p a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: from-font;
}

/* Hover/Focus etwas deutlicher */
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a:focus-visible,
.elementor-widget-theme-post-content a:hover,
.elementor-widget-theme-post-content a:focus-visible {
  text-decoration-thickness: 0.15em;
}