/* Blog card CTA hard override (custom.css loads after main.css) */
.blog-item .blog-item__btn,
.blog-item .blog-item__btn:hover,
.blog-item .blog-item__btn:focus {
  border-radius: 6px !important;
  color: #fff !important;
}

/* "Our Blogs" page heading color */
.blog-section .section-heading__title {
  color: #1c7fea !important;
}

/* Related Posts bottom heading */
.related-posts__heading {
  font-weight: 700;
  color: #1c7fea;
}
