/* Remove strike-through from all links and buttons */
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none !important;
}

/* Extra safety for buttons styled as links */
button,
.elementor-button,
.elementor-button-link {
  text-decoration: none !important;
}