/* Project-level CSS overrides */

/* Tighten paragraph spacing in seo-landing pages */
.seo-hero__content p {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}

/* First paragraph following h1 - minimal spacing */
.seo-hero__content h1 + p {
  margin-bottom: 0.35rem;
}

/* Add breathing room to headings since paragraphs are tighter */
.seo-hero__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.seo-hero__content h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
  color: #ffffff;
}

/* Fix link colors on white background pages */
.content a,
article a,
.post-content a,
.resources-content a {
  color: #0a083b;
  text-decoration: underline;
}

.content a:hover,
article a:hover,
.post-content a:hover,
.resources-content a:hover {
  color: #e5be2e;
}

/* Blog listing cards — don't underline the entire card link */
.blog-card > a {
  text-decoration: none;
  color: inherit;
}

.blog-card > a:hover {
  color: inherit;
}

.blog-card > a h2 {
  color: #0a083b;
}

.blog-card > a:hover h2 {
  color: #e5be2e;
}
