/* Minimales Styling für die Liste */
.blv-news-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blv-news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blv-news-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.blv-news-text,
.blv-news-date {
    margin-bottom: 0rem;
}