/* Fix for navigation links - ensuring no underlines are displayed */
.nav-list li a,
.mobile-nav li a,
.headnav ul li a,
.header .nav-container .nav-list li a,
.header .nav-container .mobile-nav li a {
    text-decoration: none !important;
}

/* Preserve underlines for footer links */
.site-footer a {
    text-decoration: underline;
}

/* Ensure site-wide consistency for other links */
a:not(.site-footer a):not(.news-link) {
    text-decoration: none !important;
} 