/* Use the shared site theme canvas */
body.site-body,
.container.site-container,
.site-main.pb-3 {
    background-color: var(--dark-bg) !important;
    background: var(--dark-bg) !important;
}

.blog-post-card {
    padding: 1rem;
}

.blog-post-cover {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.75rem;
    background: var(--landing-surface-soft);
}

.blog-post-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-summary {
    color: var(--text-muted);
    font-size: 0.86rem;
    line-height: 1.7;
    margin: 0.25rem 0 0.9rem;
    min-height: 44px;
}

.blog-post-author {
    font-size: 0.82rem;
    color: var(--accent);
    margin-bottom: 0.5rem;
}
