
/* Blog article readability */
.blog-article-shell {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article {
  max-width: 720px;
}

.blog-prose {
  font-size: 1.0625rem;
  line-height: 1.68;
  color: #1f2937;
}

.blog-prose p {
  margin-bottom: 1.25rem;
}

.blog-prose h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
  color: #111827;
  scroll-margin-top: 6rem;
}

.blog-prose h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.blog-emphasis {
  font-weight: 700;
  color: #0f172a;
}

.blog-summary {
  margin-bottom: 2rem;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  border-left: 4px solid #2563eb;
  background: linear-gradient(90deg, #eff6ff 0%, #f8fafc 100%);
  border-radius: 0 0.75rem 0.75rem 0;
}

.blog-summary-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 0.5rem;
}

.blog-summary-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #1e3a8a;
}

.blog-toc {
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}

.blog-toc-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.blog-toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.blog-toc li {
  margin-bottom: 0.35rem;
}

.blog-toc a {
  color: #111827;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.blog-toc a:hover {
  border-bottom-color: #111827;
}

.blog-faq {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}

.blog-faq-heading {
  margin-top: 0 !important;
  font-size: 1.35rem !important;
}

.blog-faq-question {
  margin-top: 1.25rem !important;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  color: #111827;
  font-weight: 650;
}

.blog-faq-question:first-of-type {
  border-top: none;
  padding-top: 0;
}

.blog-faq-answer {
  margin-bottom: 0.5rem !important;
  color: #374151;
  line-height: 1.65;
}

.blog-prose-meta {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.95rem;
}

.blog-meta-heading {
  font-size: 1.15rem !important;
}

.blog-figure {
  margin: 1.75rem 0;
}

.blog-image {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  object-fit: cover;
  max-height: 420px;
}

.blog-link {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 3px;
}
