/* The Local Home Pros — link styling overrides.
   Replace Bootstrap's default blue + underline on blog/post links. */

/* Article/blog preview cards (homepage "latest posts", news listings, related) */
.article-preview a,
.article-preview .article-preview-title { color: #212529; text-decoration: none; }
.article-preview a:hover,
.article-preview a:hover .article-preview-title { color: #198754; text-decoration: none; }

/* "Read more" links keep the green brand accent, underline on hover only */
.read-more-link { color: #198754; font-weight: 600; text-decoration: none; }
.read-more-link:hover { color: #146c43; text-decoration: underline; }
