/* Latest Category News plugin styles — scoped to plugin wrappers */
.latest-category-news img,
.latest-category-news-widget img,
.latest-category-news-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin:0 0 20px 0;
  padding:0 10px 0 10px;
}

/* Optional: button and title tweaks */
.latest-category-news .btn { text-decoration: none; }
.latest-category-news .widget-title { margin-bottom: .75rem; }