
.widget-recent-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_ewd_recent_posts_widget .widget-recent-posts li {
  padding: 12px 0 10px;
  border: 0 !important;
}

.widget_ewd_recent_posts_widget .widget-recent-posts li:first-child {
  padding-top: 0;
}

.widget_ewd_recent_posts_widget .widget-recent-posts li:last-child {
  padding-bottom: 0;
}

.widget-recent-posts__thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.widget-recent-posts__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.ewut-layout-sidebar__aside .widget_ewd_recent_posts_widget .widget-recent-posts__title {
  margin: 12px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.5;
  font-weight: 400 !important;
  color: var(--ewut-uny-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-recent-posts__title a {
  text-decoration: none;
  color: inherit;
}

.widget-recent-posts__title a:hover {
  text-decoration: underline;
}
