.luvina-news-list {
    margin: 20px 0;
}

.luvina-news-item {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.news-date {
    font-size: 14px;
    color: #777;
    width: 100px;
}

.news-title a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.news-title a:hover {
    color: #CE181E;
}

.news-thumbnail {
    margin-left: auto;
}

.read-more {
    margin-top: 20px;
}

.btn-read-more {
    background-color: #CE181E;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-read-more:hover {
    background-color: #A51417;
}
