/* Remove text-decoration from all links and Elementor buttons globally */
a, 
.elementor-button,
.elementor-button-text,
.elementor-button * {
    text-decoration: none !important;
}
