.news-container-row{
    max-width: none !important;
}

.news-container-row .vc_grid-filter-item{
	background-color: #505658 !important;
	color: #fff !important;
}

.news-container-row .vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover{
	background-color: #056370 !important;
}
.news-container-row .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item{
	padding: 6px 25px;
}

.news-container-row .vc_grid-filter.vc_grid-filter-default-less-rounded>.vc_grid-filter-item{
	border-radius: 12px;
}

.news-grid .news-single-image-section .news-single-badge-container{
	padding: 0px !important;
}
.news-grid .news-single-image-section .news-single-badge > div{
	border-radius: 0px 15px 0px 0px !important;
	background-color: #333123 !important;
}

.news-grid .news-single-image-section{
	border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.news-grid .news-single-content-section{
	border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.news-single-section-title h4{
	color: #056370;
}

.news-grid .news-single-section-title h4{
    font-size: 24px;
    color: #056370;
    line-height: 36px;
}
.news-grid .news-single-section-paragraph p{
    font-size: 18px;
    color: #172428;
    line-height: 27px;
}
.news-grid .news-single-section-button a{
    text-decoration: none !important;
    background: none  !important;
    border: none  !important;
    cursor: pointer;
    color: #172428 !important;
    padding-left: 0px !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.news-grid .news-single-section-button a::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("https://helpingminds.mediaonmars.dev/wp-content/uploads/2025/12/Arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}