/* ============================================================
   NEWS INDEX (Actualités)
   ============================================================ */
.news-index-container {
    padding-top: 40px;
    padding-bottom: 60px;
}

.news-index-header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.news-index-title-wrapper {
    display: inline-block;
    position: relative;
    font-family: 'Outfit', 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
    padding-bottom: 20px;
}

.news-index-title-sup {
    color: #666;
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.news-index-title-main {
    color: #003B7A;
    font-weight: 900;
    font-size: 36px;
    background: linear-gradient(135deg, #31326bff 0%, #454796 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.news-index-title-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #454796;
    border-radius: 2px;
}

.news-filter-wrapper {
    margin-bottom: 40px;
}

.news-filter-group-main {
    flex-grow: 1;
}

.news-reset-btn {
    padding: 8px 15px;
    font-size: 14px;
    background: #eee;
    color: #333;
    margin-left: 5px;
}

.news-results-count {
    margin-bottom: 20px;
    color: #666;
    margin-left: 20px;
}

.news-empty-state {
    text-align: center;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
}
