/* Remove gradient wash on generated news images. Keep text readable with flat panels only. */
.newsView .topNews .content .box .left .textBox:after,
.newsView .topNews .content .box .left .textBox::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.newsView .topNews .content .box .left .textBox {
  background: rgba(5, 20, 42, .68) !important;
}

.newsView .newsBox .content .itemBox .item .textBox {
  background: rgba(5, 20, 42, .78) !important;
  background-image: none !important;
  padding-top: clamp(10px, 1.2vw, 18px) !important;
}

.newsView .topNews .content .box .left .img,
.newsView .topNews .content .box .right .listBox .list .imgBox .bg,
.newsView .dynamicBox .content .itemBox .item .imgBox .img,
.newsView .newsBox .content .itemBox .item .img,
.newsAllGrid .newsCard .imgBox img,
.articleDetails .contentTop .articleBox .infoHtml img {
  filter: none !important;
}

.articleDetails .contentTop .articleBox .infoHtml figure,
.articleDetails .contentTop .articleBox .infoHtml .news-rich-figure {
  background: transparent !important;
}

.articleDetails .contentTop .articleBox .infoHtml figure:before,
.articleDetails .contentTop .articleBox .infoHtml figure:after,
.articleDetails .contentTop .articleBox .infoHtml .news-rich-figure:before,
.articleDetails .contentTop .articleBox .infoHtml .news-rich-figure:after {
  display: none !important;
  content: none !important;
  background: none !important;
}

@media screen and (max-width: 700px) {
  .newsView .newsBox .content .itemBox .item .textBox {
    background: rgba(5, 20, 42, .78) !important;
    background-image: none !important;
    padding-top: 1rem !important;
  }
}
