/*
 * Runtime adapter for generator-specific markup.
 * Donor theme, inline styles, typography, cards, pagination, header,
 * breadcrumbs, footer and mobile behavior live in all.css.
 */

#right-sidebar .oceanwp-recent-posts .recent-posts-thumbnail {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50px;
}

#right-sidebar .oceanwp-recent-posts .recent-posts-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
