/* Single post — full-page layout */
#blog-article-main {
    background: #ffffff;
}

.blog-post-hero img {
    object-position: center;
}

/* Excerpt: hero only — no yellow bar, distinct from body intro */
.blog-excerpt {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #374151;
    font-weight: 500;
    max-width: 42rem;
}

.blog-excerpt--hero {
    color: #e5e7eb;
    font-weight: 400;
    max-width: 48rem;
}

.prose-blog .blog-article,
.blog-article-wrap .blog-article {
    max-width: none;
}

.blog-article-wrap {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #374151;
}

/* First paragraph in body uses normal style (excerpt lives in hero) */
.blog-article-wrap .blog-p:first-child,
.blog-article-wrap .blog-article > .blog-p:first-child {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #374151;
    border: none;
    padding: 0;
    margin: 0 0 1.15rem;
}

.blog-article-wrap a {
    color: #111827;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-article-wrap a:hover {
    color: #ca8a04;
}

.blog-article-wrap img {
    border-radius: 1rem;
    margin: 1.5rem 0;
    max-width: 100%;
    height: auto;
}

.blog-author-strip {
    /* flat full-width strip — no card */
}

/* Professional blog article typography */
.blog-article {    font-size: 1.0625rem;
    line-height: 1.75;
    color: #374151;
}

/* Optional in-content highlight (not used for excerpt duplicate) */
.blog-lead {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 1.5rem;
    font-weight: 500;
    padding: 1rem 0;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.blog-section {
    margin-bottom: 2.25rem;
}

.blog-h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin: 2.25rem 0 1rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.blog-h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f2937;
    margin: 1.5rem 0 0.75rem;
    line-height: 1.35;
}

.blog-p {
    margin: 0 0 1.15rem;
}

.blog-list {
    margin: 0 0 1.25rem 1.25rem;
    padding: 0;
}

.blog-li {
    margin-bottom: 0.5rem;
}

.blog-quote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    background: #fffbeb;
    border-left: 4px solid #facc15;
    border-radius: 0 0.75rem 0.75rem 0;
    color: #78350f;
    font-style: normal;
}

/* Legacy FAQ block (admin preview) */
.blog-faq {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.blog-faq-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 1.25rem;
}

.blog-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.blog-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #f9fafb;
    overflow: hidden;
}

.blog-faq-question {
    cursor: pointer;
    font-weight: 700;
    color: #111827;
    padding: 1rem 1.25rem;
    list-style: none;
}

.blog-faq-question::-webkit-details-marker {
    display: none;
}

.blog-faq-answer {
    padding: 0 1.25rem 1rem;
    color: #4b5563;
    font-size: 0.975rem;
    line-height: 1.65;
}

.blog-faq-answer p {
    margin: 0;
}
