/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
/* Footer links: underline on hover, no color change */
footer[data-elementor-type="footer"] a:hover {
    color: inherit !important;
    text-decoration: underline !important;
}

