
.wordpress-news-feed {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wordpress-news-feed li {
    margin-bottom: 25px;
    line-height: 1.6;
}
.wordpress-news-feed a {
    font-weight: bold;
    color: #ff7343;
    font-size: 1.2em;
    text-decoration: none;
}
.wordpress-news-feed a:hover {
    text-decoration: underline;
}
