.trend.box h2 {background:none;padding: 0;}
.trend.box h2:after {border-top:none;}

.news .carousel-inner {
  padding: 1em;
}
.news .card {
  margin: 0 0.5em;
  border: none;
}
.news .carousel-control-prev,
.news .carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .news .carousel-inner {
    display: flex;
  }
}
.news .card .img-wrapper {

    justify-content: center;
    align-items: center;
}
.news .card img {
    width: 100%; 
    height: auto;
}
@media (max-width: 767px) {
  .news .card .img-wrapper {
    height: 17em;
  }
}



.news a {text-decoration: none;}


.news.news-single .mediaelement.mediaelement-image picture img {width: 100%; height: auto;}
.news-single .news-img-wrap {border: 1px solid var(--bs-gray-300); margin-bottom: 1rem; position: relative;}
.news-single .news-img-wrap .news-img-caption {font-size: 0.9rem; padding: 0.5rem;}

.news-single .article-info li {margin-right: 1em;}
.news-single .article-info .news-tag:after {content:", ";}
.news-single .article-info .news-tag:last-child:after {content: none;}

.news-single .teaser-text {font-size: 1.2em; font-weight: 500;}

.news-single .embedded-content {border-top: 1px solid var(--bs-gray-300); border-bottom: 1px solid var(--bs-gray-300);margin: 1em 0; }


.news-single .news-related-wrap {margin: 2em 0;}
.news-single .news-related-wrap .news-related {border: 1px solid var(--bs-gray-300); margin-bottom: 1rem; padding: 1em;}

.news-search-form .input-group-append > .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}


.npbTimeTag {
    background-color: var(--bs-primary);
    top: 0px;
    font-size: 0.9em;
    line-height: 1;
    left: 0px;
    color: var(--bs-btn-color);
}



/*##### Social #####*/
.shariff-button i.fab, .shariff-button .share_text {color: var(--bs-white);}