.news-section {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem;
}

.news-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.news-card {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.news-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.news-meta {
    color: #666;
    font-size: 0.95rem;
}

.news-description {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.no-news {
    text-align: center;
    color: #999;
}

.news-filter select {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
