.widget_recent_comments ul li > a,
.widget_recent_entries ul li a {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
.widget_recent_comments ul li > a:hover,
.widget_recent_entries ul li a:hover {
  color: var(--wd-entities-title-color-hover);
}
.widget_recent_comments ul li > a {
  display: inline;
}
.widget_recent_comments ul li .url {
  color: #2d2a2a;
  font-weight: 600;
}
.widget_recent_comments ul li:before {
  display: inline-block;
  margin-right: 7px;
  color: #2d2a2a;
  font-weight: 400;
  font-size: 12px;
  content: "\f103";
  font-family: "woodmart-font";
}
[class*="color-scheme-light"] .widget_recent_comments ul li .url {
  color: #fff;
}
[class*="color-scheme-light"] .widget_recent_comments ul li:before {
  color: #fff;
}
.widget_recent_entries .post-date {
  display: block;
  margin-top: 5px;
  color: #bbb;
  font-size: 12px;
}
[class*="color-scheme-light"] .widget_recent_entries .post-date {
  color: rgba(255, 255, 255, 0.8);
}
