/* Änderungsprotokoll: 2026-06-27 | workflow-011 | @skill-css-rules, @skill-change-provenance | Blog-Index aus blog/blog.css ausgelagert */

.blog-index-container {
    max-width: 52rem;
}

.blog-index-intro {
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-top: 1rem;
}

.blog-index-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.blog-index-item {
    padding: 1.25rem 1.5rem;
    text-align: left;
}

.blog-index-item-link {
    text-decoration: none;
}

.blog-index-item-link:hover {
    text-decoration: underline;
}

.blog-index-item-teaser {
    margin-top: 0.5rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}
