/* GO v150: remove the framed/background treatment from the Reviews featured card. */
body:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead {
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.newsx-dark-mode:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead,
body.dark-mode:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead,
html.dark body:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead,
html.go-root-dark-mode body:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead,
body:not(.newsx-dark-mode):not(.dark-mode):not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead {
  background: transparent !important;
  box-shadow: none !important;
}

body:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead::before,
body:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead::after {
  display: none !important;
  content: none !important;
}

body:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead .go-portal-card__media {
  box-shadow: none !important;
}

@media (max-width: 700px) {
  body:not(.wp-admin) .go-portal-page--active-reviews .go-portal-card.is-lead {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
