/* --- News Module Specific Overrides --- */
.news-library-wrapper {
    padding-bottom: 3rem;
}

.counter-panel {
    margin-bottom: 2rem;
}

.section-headline-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid var(--border-color);
}

.section-headline {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-main);
}

.section-headline i {
    color: var(--primary);
}

/* Empty State */
.empty-state-container {
    text-align: center;
    padding: 60px 20px;
}

.empty-state-icon {
    font-size: 4rem;
    color: var(--border-color);
    margin-bottom: 20px;
}

.empty-state-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
}

.empty-state-desc {
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

