/* Blog posts + news listing: full-width article (sidebar removed) + consistent text colour. */
body.single .single-post-wrapper,
body[class*="template-blog"] .single-post-wrapper {
  width: 100% !important;
  margin-right: 0 !important;
  float: none !important;
}
body.single .sidebar,
body[class*="template-blog"] .sidebar { display: none !important; }

/* keep body copy one consistent colour */
body.single .single-post-content,
body.single .single-post-content p,
body.single .single-post-content li { color: #23282f; }

/* news listing: compact thumbnail for the featured (first) post, matching the others */
body[class*="template-blog"] .single-post > .single-post-thumb {
  float: left;
  width: 160px !important;
  border: 0 !important;
  margin: 0 24px 12px 0;
  overflow: hidden;
  border-radius: 4px;
}
body[class*="template-blog"] .single-post > .single-post-thumb img {
  width: 150px; height: 150px; object-fit: cover; display: block;
}
