.news-item{
    font-family: $fontprimary;
}

.news-item-button{
    background: $primary;
    color: $primarycontrast;
    border-color: $primary;
}

.news-item:hover .news-item-button {
    color: $primary;
}

.news-item:hover .title{
    color: $primary;
    border-color: $primary;
}

.news-item:hover .image .image-container{
    background-color: $primary;
}

/* Add rounded corners css */
.rounded_corners .news-item-button{
    border-radius: $roundedsmall;
}

.rounded_corners .news-item-content{
    border-radius: $roundedlarge;
}

.rounded_corners .news-item-content .image{
    border-radius: $roundedlarge;
}

.rounded_corners .vehicleselected-changevehicle,
.rounded_corners .vehiclesearch-cat-section-back{
    border-radius: $roundedsmall;
}
