.blog-cards-section {
  font-family: "Montserrat", "Inter Tight", sans-serif;
  padding: 4rem 0 3rem;
  background: #fafafa;
}
.blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.blog-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.blog-card__thumb {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin-bottom: 1rem;
  background: #e8eef5;
}
.blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.blog-card__link:hover .blog-card__thumb img {
  transform: scale(1.04);
}
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #5c5c5c;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
.blog-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.blog-card__meta i {
  color: #1a6fd4;
  font-size: 0.85rem;
}
.blog-card__title {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 700;
  line-height: 1.45;
  color: #111;
  margin: 0 0 1rem;
  flex: 1;
}
.blog-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  margin-top: auto;
}
.blog-card__cta:hover {
  color: #1a6fd4;
}
.blog-card__plus {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a6fd4;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.blog-card__cta:hover .blog-card__plus {
  background: #1456a8;
  transform: scale(1.05);
}

.blog-cards-section.blog-article-page {
  font-family: "Montserrat", "Inter Tight", sans-serif;
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2rem, 5vw, 4rem);
  background: #fafafa;
}
.blog-article-page .blog-post-hero {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #e8eef5;
}
.blog-article-page .blog-post-hero img {
  width: 100%;
  height: auto;
  max-height: min(420px, 55vw);
  object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) {
  .blog-article-page .blog-post-hero img {
    max-height: 220px;
  }
}
.blog-article-page .blog-post-kicker {
  font-size: 2rem;
  line-height: 1.55;
  color: #555;
  margin: 0 0 1rem;
}
.blog-article-page .blog-post-title {
  font-size: clamp(1.5rem, 4.2vw, 2.25rem);
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0 0 1rem;
}
.blog-article-page .blog-post-lead {
  font-size: 2rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 1.75rem;
}
.blog-article-page .blog-post-lead a {
  color: #1a6fd4;
  font-weight: 600;
  text-decoration: none;
}
.blog-article-page .blog-post-lead a:hover {
  text-decoration: underline;
}
.blog-article-page .blog-post-section {
  margin-bottom: 1.75rem;
}
.blog-article-page .blog-post-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.65rem;
}
.blog-article-page .blog-post-section p {
  font-size: 1.3rem;
  line-height: 1.75;
  color: #444;
  margin: 0 0 0.75rem;
}
.blog-article-page .blog-post-tip {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem 0.85rem 1.1rem;
  border-left: 3px solid #1a6fd4;
  background: #f0f5fb;
  font-size: 2rem;
  line-height: 1.65;
  color: #333;
}
.blog-article-page .blog-post-tip strong {
  color: #111;
}
.blog-article-page .blog-post-quote {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid #6c757d;
  background: #f8f9fa;
  font-size: 2rem;
  line-height: 1.65;
  color: #333;
}
.blog-article-page .blog-post-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 2rem;
  font-style: normal;
  color: #555;
}
.blog-article-page .blog-post-list {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
  font-size: 2rem;
  line-height: 1.7;
  color: #444;
}
.blog-article-page .blog-post-list li {
  margin-bottom: 0.45rem;
    font-size: 1.3rem;
}
.blog-article-page .blog-post-foot {
   font-size: 1.3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e4ea;
}
.blog-article-page .blog-post-foot h2,
.blog-article-page .blog-post-foot h3 {
   font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.65rem;
}
.blog-article-page .blog-post-foot h3 {
  font-size: 2rem;
  margin-top: 1.25rem;
}
.blog-article-page .blog-post-foot h3:first-child {
  margin-top: 0;
}
.blog-article-page .blog-post-disclaimer {
  font-size: 2rem;
  line-height: 1.6;
  color: #666;
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  background: #fff8e6;
  border-radius: 8px;
  border: 1px solid #f0e0bc;
}
.blog-article-page .blog-post-cta {
  font-size: 2rem;
  line-height: 1.65;
  color: #333;
  margin: 0;
}
.blog-article-page .blog-source-note {
  font-size: 2rem;
  color: #777;
  margin-top: 2rem;
}
.blog-article-page .blog-source-note a {
  color: #1a6fd4;
}
.blog-article-page .blog-sidebar-widget {
  border: 1px solid #e0e4ea;
  border-radius: 10px;
  padding: 1.25rem 1.15rem;
  margin-bottom: 1.25rem;
  background: #fff;
}
.blog-article-page .blog-sidebar-widget h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1rem;
}
.blog-article-page .blog-search-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #d8dde4;
  border-radius: 8px;
  font-size: 1.3rem;
  color: #333;
}
.blog-article-page .blog-search-input:focus {
  outline: none;
  border-color: #1a6fd4;
  box-shadow: 0 0 0 2px rgba(26, 111, 212, 0.15);
}
.blog-article-page .blog-about-doctor {
  text-align: center;
}
.blog-article-page .blog-about-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 0.85rem;
  background: linear-gradient(135deg, #1a6fd4, #1456a8);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e8eef5;
  letter-spacing: 0.02em;
}
.blog-article-page .blog-about-doctor p {
  font-size: 1.3rem;
  line-height: 1.55;
  color: #444;
  margin: 0;
}
.blog-article-page .blog-recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: none;
}
.blog-article-page .blog-recent-list li {
  padding: 0.75rem 0;
  border-bottom: 1px dashed #d8dde4;
}
.blog-article-page .blog-recent-list li:first-child {
  padding-top: 0;
}
.blog-article-page .blog-recent-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-article-page .blog-recent-list a {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}
.blog-article-page .blog-recent-list a:hover {
  color: #1a6fd4;
}
.blog-article-page .blog-recent-list time {
  font-size: 1.3rem;
  color: #888;
  font-weight: 500;
}
.blog-article-page .blog-recent-list li[data-hidden="true"] {
  display: none;
}
