/* Global: links without underline (including hover/focus) */
a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none !important;
}
