/* Editorial posts: news and articles. */
.single-post .site-content {
    padding-top: 0;
}

.single-post .site-main {
    width: 100%;
}

.single-post .inside-article {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(26px, 4vw, 52px);
    background: var(--olf-surface);
    border: 1px solid var(--olf-border);
}

.single-post .featured-image.page-header-image-single {
    display: none;
}

.single-post .entry-header,
.single-post .entry-content,
.single-post footer.entry-meta,
.single-post .post-navigation {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.olf-post-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--olf-muted);
    font-size: 0.92rem;
    font-weight: 650;
}

.olf-post-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.olf-post-breadcrumbs a:hover,
.olf-post-breadcrumbs a:focus {
    color: var(--olf-accent);
}

.single-post .entry-title {
    margin: 0;
    color: var(--olf-heading);
    font-size: clamp(24px, 3.2vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.single-post .entry-meta {
    margin-top: 14px;
    color: var(--olf-muted);
    font-size: 0.9rem;
}

.olf-post-featured-image {
    max-width: 820px;
    margin: 30px auto 34px;
    padding: clamp(6px, 0.9vw, 12px);
    background: var(--olf-surface);
    border: 1px solid var(--olf-border);
    box-shadow: 0 18px 46px rgba(32, 24, 18, 0.10);
}

.olf-post-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.single-post .entry-content {
    font-size: 1.04rem;
    line-height: 1.72;
}

.single-post .entry-content > :first-child {
    margin-top: 0;
}

.single-post .entry-content p {
    margin-bottom: 1.25em;
}

.single-post .entry-content figure {
    max-width: 100%;
    margin: 30px auto;
}

.single-post .entry-content img {
    height: auto;
}

.single-post .wp-caption-text {
    margin-top: 8px;
    color: var(--olf-muted);
    font-size: 0.88rem;
}

.single-post footer.entry-meta,
.single-post .post-navigation {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid var(--olf-border);
}

@media (max-width: 720px) {
    .single-post .inside-article {
        padding: 24px 20px;
    }

    .single-post .entry-title {
        font-size: clamp(23px, 7vw, 30px);
        line-height: 1.12;
    }

    .olf-post-featured-image {
        margin-top: 24px;
        margin-bottom: 26px;
    }
}

.single-post .byline {
    display: none;
}
