.blog-intro {
    margin-bottom: 1.2em;
    color: #555;
}

/* --- Inline post list -------------------------------------- */
.post {
    padding: 1.6em 0;
    border-bottom: 1px solid #e8e8e8;
}

.post:last-child {
    border-bottom: none;
}

.post__header {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35em;
    margin-bottom: 0.7em;
}

.post__date {
    color: #999;
    font-size: 0.88em;
    white-space: nowrap;
    flex-shrink: 0;
}

.post__title {
    font-size: 1.05em;
    font-weight: 600;
    text-decoration: none;
}

.post__title:hover {
    text-decoration: underline;
}

.post__category {
    margin-left: auto;
    font-size: 0.78em;
    color: #bbb;
    white-space: nowrap;
}

.post__badge {
    font-size: 0.7em;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.post__badge--draft {
    background: #fff3cd;
    color: #856404;
}

.post__body {
    line-height: 1.75;
    color: #333;
}

/* --- Single post page -------------------------------------- */
.post-meta {
    color: #999;
    font-size: 0.88em;
    margin: 0.3em 0 1.2em;
}

.post-meta .post__category {
    margin-left: 0;
    font-size: inherit;
    color: #bbb;
}

.post-content {
    line-height: 1.75;
    margin: 0 0 1.8em;
}
