.post-page {
    max-width: 980px;
}

.post-article {
    border-radius: 20px;
    border: 1px solid rgba(198, 122, 75, 0.3);
    background: #fff;
    box-shadow: 0 14px 32px rgba(116, 57, 21, 0.12);
    padding: clamp(1.1rem, 2.2vw, 1.8rem);
}

.post-not-found {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 0.7rem;
}

.post-header {
    display: grid;
    gap: 0.65rem;
}

.post-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.86rem;
    color: #755d50;
}

.post-breadcrumb a {
    text-decoration: none;
    font-weight: 600;
}

.post-title {
    font-size: clamp(1.75rem, 3.5vw, 2.4rem);
}

.post-image-wrap {
    margin-top: 1.05rem;
    border-radius: 16px;
    overflow: hidden;
    background: #f4ece7;
}

.post-image {
    width: 100%;
    display: block;
}

.post-content {
    margin-top: 1.2rem;
    color: #3f2f28;
    line-height: 1.82;
    font-size: 1rem;
}

.post-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.post-cta {
    margin-top: 1.2rem;
}

.post-footer {
    margin-top: 1.2rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(198, 122, 75, 0.25);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: #755d50;
}
