/** Widget CSS **/

.widget .is-divider {
    background: transparent;
    margin: 5px;
}

span.widget-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
}

.post-sidebar .widget .is-divider {
    display: none;
}

.post-sidebar .widget .widget-title {
    color: #FFF;
    width: 100%;
    height: 45px;
    display: block;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
}

.post-sidebar .widget ul {
    border: 1px solid #DDD;
}

.post-sidebar .widget > ul > li {
    padding-left: 15px;
    padding-right: 15px;
}

.post-sidebar .widget > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month {
    color: #334862;
    font-size: 10px;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}