/* News List Page Styles */
.news-list-container {
    max-width: 1400px;
    margin: 20px auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}