/* overrides.css — loaded last */
a, a:link, a:visited { text-decoration: none !important; }
a:hover, a:focus { text-decoration: none !important; }

/* If you want underline on hover, comment the line above and use this instead: */
/* a:hover, a:focus { text-decoration: underline !important; } */

/* Keep helpers working if used anywhere */
.text-decoration-underline { text-decoration: underline !important; }
.text-decoration-none { text-decoration: none !important; }
