.post-sidebar {
  padding: 0 10px !important;
}
.post-sidebar .widget.flatsome_recent_posts ul {
  padding: 10px;
}
.row-divided > .col + .col:not(.large-12) {
  border-left: 0;
}
.post-sidebar #secondary .flatsome_recent_posts {
  border-radius: 5px;
  border: 1px solid #eee;
  display: block;
  margin-bottom: 20px;
}
.post-sidebar #secondary .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  background: var(--fs-color-primary);
  color: #fff;
  padding-left: 10px;
  line-height: 1;
  border-radius: 5px 5px 0px 0px;
  display: flex;
}
.post-sidebar .is-divider {
  display: none;
}
.flatsome_recent_posts ul li:last-child .recent-blog-posts {
  padding-bottom: 0 !important;
}
.recent-blog-posts-li .recent-blog-posts {
  align-items: center !important;
  padding-top: 0 !important;
}
.recent-blog-posts-li .badge {
  width: 100px;
}
.recent-blog-posts-li .badge .badge-inner {
  padding-bottom: 63.5%;
}

.recent-blog-posts-li .recent-blog-posts a {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.recent-blog-posts-li .post_comments {
  display: none;
}