/* style.css */
.et-hr-news-feed {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.et-hr-news-feed h2 {
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 1.5em;
    color: #0073aa;
}

.et-hr-news-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.et-hr-news-feed li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.et-hr-news-feed li:last-child {
    border-bottom: none;
}

.et-hr-news-feed h3 {
    font-size: 1.1em;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.et-hr-news-feed a {
    text-decoration: none;
    color: #333;
}

.et-hr-news-feed a:hover {
    color: #0073aa;
}

.et-hr-news-feed .feed-date {
    display: block;
    font-size: 0.85em;
    color: #999;
    margin-bottom: 5px;
}