.dctech-recent-posts li {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.dctech-recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.dctech-recent-posts .recent-posts-thumbnail {
  flex: 0 0 auto;
  max-width: 50%;
  overflow: hidden;
  margin-inline-end: 15px;
}
.dctech-recent-posts .recent-posts-thumbnail img {
  min-width: 60px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
}
.dctech-recent-posts .recent-posts-info {
  flex: 1 1 auto;
}
.dctech-recent-posts .wd-entities-title {
  margin-bottom: 8px;
  font-size: inherit;
}
.dctech-recent-posts :is(.recent-posts-time, .recent-posts-comment) {
  color: var(--color-gray-300);
  font-size: 90%;
}
.dctech-recent-posts .recent-posts-time {
  margin-inline-end: 5px;
}
