/* Normal state: no underline */
.link-footer p a {
  text-decoration: none !important;
}

/* Hover / focus / active: underline */
.link-footer p a:hover,
.link-footer p a:focus,
.link-footer p a:active {
  text-decoration: underline !important;
}

