.entry-main-content a {
   color: #0056b3; /* medium blue, accessible and clean */
   text-decoration: underline; /* optional: remove underline */
   font-weight: 600;
}

.entry-main-content a:hover {
   color: var(--color-primary); /* replace with your site’s primary hex if not using CSS vars */
}