/**
 * Blog-specific styles
 * TrustClarity design system — article body, featured images, card enhancements
 */

/* Article body — comfortable reading line-length */
.blog-article-body {
  line-height: 1.75;
}

.blog-article-body p {
  line-height: 1.75;
}

.blog-article-body img {
  width: 100%;
  border-radius: var(--radius);
  margin: 1.5rem 0;
  max-width: 100%;
}

.blog-article-body h4 {
  margin-top: 2rem;
}

/* Featured image in article header */
.blog-hero-img {
  border-radius: 12px;
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}
