.single-news .news-item__title a {
    color: inherit;
    text-decoration: none;
}
.single-news .news-item__title a:hover {
    text-decoration: underline;
}
.single-news .news-item {
    color: inherit;
    text-decoration: none;
}
.single-news .news-item:hover {
    color: inherit;
    text-decoration: none;
}
.single-news .news-item:hover .news-item__title {
    text-decoration: underline;
}
.single-news .news-item:hover .news-item__img {
    opacity: .7;
}