a,
.link {
  text-decoration: underline;
}

a:hover,
.link:hover {
  text-decoration: none;
}

a.btn {
  text-decoration: none;
}

#news a,
#latest-news a {
  text-decoration: none;
  color: var(--color-gray-800);
}
