.news-header {
    background: #2f5714;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-header a {
    color: #fff;
    text-decoration: none;
}

.news-item {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    transition: background 0.2s;
}

.news-item:hover {
    background: #f0f0f0;
}

.news-title {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    flex: 1;
    margin-right: 20px;
}

.news-date {
    color: #333;
    white-space: nowrap;
}

.page-idea-header {
    background: url("../Content/images/bg-idea-section-1.png") no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 160px;
    padding: 60px 0;
    margin-bottom: 30px;
}
