/* Basis-CSS für Neuigkeiten & Beiträge */

body {
    line-height: 1.6;
}

.news-list article,
.post-content {
    max-width: 70ch;
    margin: 0 auto 2rem auto;
}

.news-list h2 {
    margin-bottom: 0.3rem;
}

.news-excerpt {
    margin-bottom: 0.5rem;
}

.post-meta {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
}

.post-image {
    margin-bottom: 1.5rem;
}

.post-navigation {
    max-width: 70ch;
    margin: 2rem auto;
}

.post-navigation a {
    display: inline-block;
    margin-right: 1rem;
}

.pagination {
    max-width: 70ch;
    margin: 2rem auto;
}

.pagination a {
    margin-right: 0.5rem;
}
