.recent-posts-widget {
  display: flex;
  flex-wrap: wrap;
}

.recent-posts-widget.card-style1 .recent-post {
  border-radius: 10px;
}

.recent-posts-widget.card-style2 .recent-post {
  border-radius: 0;
}

.recent-posts-widget.bg-dark {
  background-color: #333;
  color: #fff;
}

.recent-posts-widget.bg-dark .recent-post {
  background-color: #444;
}

.recent-posts-widget .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.recent-posts-widget .read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px 5px 0px;
  text-decoration: none;
  border-radius: 5px;
}
