/* Westbroek Family Medicine — blog styles (loaded after styles.css) */

/* Keep hero headings clear of the fixed header below desktop width */
@media (max-width: 1199.98px) {
  .blog-hero {
    padding-top: 6.5rem !important;
  }
}

.blog-intro {
  font-size: 1.15rem;
  max-width: 46rem;
}

/* Listing cards */
.blog-card {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.blog-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.blog-card .card-img-top {
  height: 220px;
  object-fit: cover;
  border-radius: 0;
}
.blog-card h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-meta {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c757d;
}

/* Single post */
.blog-breadcrumb,
.blog-breadcrumb a,
.blog-byline a {
  color: #fff;
}
.blog-breadcrumb {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.blog-breadcrumb a,
.blog-byline a {
  text-decoration: underline;
}
.blog-article {
  font-size: 1.05rem;
  line-height: 1.7;
}
.blog-article p a,
.blog-article li a {
  text-decoration: underline;
}
.blog-featured-img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 4px;
}
.blog-article h2 {
  font-size: 1.75rem;
}
.blog-article h3 {
  font-size: 1.3rem;
}
.blog-cta {
  background: #f5f5f5;
  border-left: 5px solid var(--primary);
  border-radius: 4px;
}
.blog-disclaimer {
  font-size: 0.8rem;
  color: #6c757d;
}
