/* Change link color only inside .custom-links */
.custom-links a {
  color: #000000 !important;
  text-decoration: none;
}

.custom-links a:hover {
  color: #000000 !important;
  text-decoration: underline;
}