/* GO v86: remove leftover light-mode white background wrappers on news-style singles. */

html:not(.dark):not(.go-root-dark-mode):not([data-theme="dark"]) body.go-template-news:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode):not(.is-dark-theme):not([data-theme="dark"]) :is(.go-article, .go-article__shell, .go-article__post, .go-article__post--news, .go-article__hero, .go-article__hero--guide-like, .go-article__hero-inner, .go-article__hero-visual, .go-article__cover, .go-editorial-cover, .go-editorial-cover__media, .go-editorial-cover__frame, .go-editorial-cover__image, .go-article__post-cover-meta, .go-article__hero-share--below-cover) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html:not(.dark):not(.go-root-dark-mode):not([data-theme="dark"]) body.go-template-news:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode):not(.is-dark-theme):not([data-theme="dark"]) .go-article__hero--guide-like {
  border: 0 !important;
}
