/*.news-main-wrapper {
    background-image: url(/~/media/Images/P/prosus-corp-v2/news-gradient-Full.svg);
    background-size: cover;
}*/

.news-main-wrapper.newsdetail-hide-bg {
    background-image: none;
}

.news-details-top-block h2 {
  background: var(--cobalt-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 16px;

}

.news-details-top-block {
  margin-bottom: 2.4rem;
}

.news-details-stat-box {
  min-width: 27rem;
  height: 27rem;
  background: var(--cobalt-gradient);
  border-radius: 20px;
  color: #fff;
  padding: 2.4rem;
  text-align: center;
}

.news-details-stat-box.news-details-stat-box--pink {
  background: var(--argon-gradient);
}

.news-details-stat-text {
  padding-left: 3rem;
}

.news-details-stat-box .body-small {
  text-align: left;
  margin-bottom: 40px;
}

.news-details-stats.flex-row-reverse .news-details-stat-text {
  padding-left: 0;
  padding-right: 3rem;
}

.news-details-stat-text > * {
  margin-bottom: 16px;
}

.news-details-stat-text > *:last-child {
  margin-bottom: 0;
}


.news-details-stat-text ul,
.news-details-stat-text ol {
  padding-left: 25px;
}

.news-details-stat-text ul li,
.news-details-stat-text ol li {
  margin-bottom: 5px;
  list-style-type: disc !important;
}

.news-details-stat-text ul li:last-child,
.news-details-stat-text ol li:last-child {
  margin-bottom: 0;
}

/*  media query
-------------------*/

@media all and (max-width: 575.98px) {

  .news-details-stat-box {
    height: 24.2rem;
  }

  .news-details-stats.flex-row-reverse .news-details-stat-text {
    padding-left: 0;
  }

  .news-details-stat-text {
    padding-left: 0;
        margin-top: 20px;
  }

}

/*  related lists
-------------------*/
.related-lists .module-wrapper{
  padding-bottom:0;
}
.related-lists .news-category-listing .news-catgeory-list a:hover{
  -webkit-text-fill-color: initial !important;
}
.related-lists .news-category-listing .news-catgeory-list a{
  text-decoration: none;
}
.module-news-banner .news-title{
  background: linear-gradient(90deg, color(display-p3 0.0235 0.0588 0.4627) 0%, color(display-p3 0.1137 0.3686 0.8627) 100%);
  background-clip: text;
  -webkit-background-clip: text
}
.news-related-articles .related-news-item a{
  display: block;
  height:100%;
}
.module-news-banner .share-btn:focus-visible,.module-news-banner .share-btn:focus{
  outline: 1px solid var(--lithium-light);
}
.ip3-edit .news-modules-wrapper .module-news-banner{
   padding-top: 50px !important;
}


