/*
 * Global content-block background reset.
 * Keep functional fills on buttons, badges, chips, media overlays and images.
 */
:where(
  .newsx-widget,
  .newsx-posts-widget,
  .newsx-heading-widget,
  .newsx-post-author-box,
  .go-404-panel,
  .go-404-card,
  .go-author-aside-card,
  .go-author-coverage-card,
  .go-author-detail-card,
  .go-author-featured-card,
  .go-author-highlight-card,
  .go-author-latest-card,
  .go-author-post-card,
  .go-author-posts-panel,
  .go-author-profile-card,
  .go-author-profile-panel,
  .go-ca-block,
  .go-ca-index-panel,
  .go-ca-lead-card,
  .go-ca-mini-card,
  .go-ca-video-block,
  .go-ca-video-panel,
  .go-cc-card,
  .go-cc-panel,
  .go-cc-score-box,
  .go-cp-archive-card,
  .go-cp-brand-block,
  .go-cp-card,
  .go-cp-curation-card,
  .go-cp-deal-card,
  .go-cp-hero-stat-card,
  .go-cp-logo-box,
  .go-cp-mini-card,
  .go-cp-offer-card,
  .go-cp-panel,
  .go-cp-section-card,
  .go-cp-service-card,
  .go-cp-service-game-card,
  .go-cp-video-card,
  .go-eh-archive-card,
  .go-eh-scene-card,
  .go-fph-card,
  .go-fph-newsletter-card,
  .go-fph-platform-card,
  .go-fph-promo-card,
  .go-fph-promo-coupon-card,
  .go-fph-promo-panel,
  .go-fph-promo-story-card,
  .go-fph-release-card,
  .go-fph-video-channel-card,
  .go-gf-cover-card,
  .go-gf-logo-box,
  .go-gf-panel,
  .go-gh-card,
  .go-gh-promo-card,
  .go-gh-quiz-card,
  .go-gh-release-card,
  .go-gh-story-card,
  .go-gs-coverage-card,
  .go-gs-entity-card,
  .go-gs-logo-box,
  .go-gs-offer-card,
  .go-gs-offers-panel,
  .go-gs-panel,
  .go-gs-provider-card,
  .go-gs-related-card,
  .go-gs-score-card,
  .go-inline-related-card,
  .go-ip-card,
  .go-ip-hero-panel,
  .go-ip-panel,
  .go-live-search-card,
  .go-news-archive-headline-card,
  .go-promo-coupon-card,
  .go-promo-radar-panel,
  .go-reviews-archive-lead,
  .go-reviews-archive-rail,
  .go-reviews-archive-filters,
  .go-reviews-archive-list-section,
  .go-reviews-archive-widget,
  .go-review-single-card,
  .go-review-single-more-card,
  .go-review-single-score-card,
  .go-sc-author-card,
  .go-sc-fact-card,
  .go-sc-panel,
  .go-sc-points-card,
  .go-sc-score-box,
  .go-src-card,
  .go-th-archive-card,
  .go-th-module-card,
  .go-vh-channel-card,
  .go-vh-post-card,
  .go-vh-side-card,
  .grp-card,
  .grp-empty,
  .grp-featured,
  .grp-hero-panel,
  .grp-platform-link,
  .grp-radar-card,
  .grp-reviews-search,
  .grp-spec,
  .grp-stat,
  .grp-widget
) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

:where(
  .newsx-widget,
  .newsx-posts-widget,
  .newsx-heading-widget,
  .newsx-post-author-box,
  [class^="go-"][class*="-card"],
  [class*=" go-"][class*="-card"],
  [class^="go-"][class*="-panel"],
  [class*=" go-"][class*="-panel"],
  [class^="go-"][class*="-widget"],
  [class*=" go-"][class*="-widget"],
  .grp-card,
  .grp-featured,
  .grp-hero-panel,
  .grp-widget
) {
  box-shadow: none !important;
}

