
.widget_raona_recent_news_widget .raona_recent_news_wrapper {
    margin-top: 10px;
}

.widget_raona_recent_news_widget .raona_recent_news_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_raona_recent_news_widget .raona_recent_news_list .recent_news_entry + .recent_news_entry {
    margin-top: 24px;
}

.widget_raona_recent_news_widget .recent_post .recent_post_image {
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
}

.widget_raona_recent_news_widget .recent_post .recent_post_image img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #f1f1f1;
}

.widget_raona_recent_news_widget .recent_post_header.with_image {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
    padding-left: 10px;
}

.widget_raona_recent_news_widget .recent_post_header a {
    text-decoration: none;
    color: #444;
}

.widget_raona_recent_news_widget .recent_post_header .recent_post_title {
    font-size: 16px;
    color: #444;
    margin: 0;
    -webkit-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.widget_raona_recent_news_widget .recent_post_header a:hover .recent_post_title {
    color: #ff9200;
}

.widget_raona_recent_news_widget .recent_post_extra .date_wrapper {
    display: inline-block;
    vertical-align: top;
}

.widget_raona_recent_news_widget .recent_post_extra .date_wrapper p {
    margin: 0;
}

.widget_raona_recent_news_widget .recent_post_extra .date_wrapper p span {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #bbb;
}

.widget_raona_recent_news_widget .recent_post_extra .date_wrapper p span.month {
    text-transform: uppercase;
}

.widget_raona_recent_news_widget .recent_post_extra .date_wrapper p .date_separator {
    margin-right: 4px;
    margin-left: 4px;
    /*color: #ff9200;*/
}

.widget_raona_recent_news_widget .recent_post_extra .extra_separator {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    color: #ff9200;
}

.widget_raona_recent_news_widget .recent_post_extra .categories_list {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0;
}

.widget_raona_recent_news_widget .recent_post_extra .categories_list .post_category {
    display: inline-block;
    vertical-align: top;
}

.widget_raona_recent_news_widget .recent_post_extra .categories_list .post_category + .post_category {
    margin-left: 10px;
}

.widget_raona_recent_news_widget .recent_post_extra .categories_list .post_category a {
    text-decoration: none;
    color: #bbb;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

.widget_raona_recent_news_widget .recent_post_extra .categories_list .post_category a:hover {
    color: #ff9200;
}
