/* TBE 3.8 — news header logo safeguard + no other visual changes. */

/* Earlier news CSS hid every image on the WordPress posts page. Keep news
   thumbnails suppressed, but always allow the official header logo. */
body.blog .site-header .v35-brand-logo,
body.category .site-header .v35-brand-logo,
body.single-post .site-header .v35-brand-logo,
body.page-template-page-news .site-header .v35-brand-logo,
.site-header .v35-brand-logo{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}

/* Thumbnails remain disabled only inside news content. */
.v25-news-list img,
.v25-news-item img,
.news-list img,
.news-list-card img{
  display:none!important;
}
