.news-related{
	margin-bottom: 20px;
	box-shadow: rgb(190 190 190 / 20%) 0px 20px 30px;
	border-radius: 4px;
	/* position: sticky; */
	top: 0;
	max-width: 300px;
}
.news-related .new-related-header{
	border-bottom: 1px solid #e8e8e8;
	/* height: 31px; */
	/* margin-bottom: 10px; */
}
.news-related .new-related-header>span{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	font-family: 'Inter';
	background-color: var(--color-primary);
	padding: 5px 20px;
	border-radius: 15px 0;
	display: inline-block;
	text-transform: uppercase;
}
.news-related .news-related-list{
	/* margin: 10px 0; */
	list-style: none;
	padding: 0px 8px;
}
.news-related .news-related-list>li{
	display: block;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}
.news-related .news-related-list>li:last-child{
	margin-bottom: 0;
	border: 0;
}
.news-related .news-related-list>li>a.item{
	display: inline-block;
}
.news-related .news-related-list>li>a.item .image-wrapper{
	float: left;
	width: 40%;
}
.news-related .news-related-list>li>a.item.no-img .image-wrapper{
	display: none;
}
.news-related .news-related-list>li>a.item .item-info{
	width: calc(60% - 10px);
	float: right;
}
.news-related .news-related-list>li>a.item .item-title{
	font-size: 15px;
	color: #223331;
	font-family: 'Merriweather';
	font-weight: 600;
	line-height: 22px;
}
.news-related .news-related-list>li>a.item.no-img .item-info{
	width: 100%;
	float: unset;
}
.news-related .news-related-list>li>a.item .item-date{
	display: inline;
	padding: 5px 0;
	font-size: 13px;
	font-family: 'Roboto';
	color: #6d6d6d;
	/* float: right; */
	display: none;
}
.news-related .news-related-list>li>a.item .item-catname{
	font-size: 14px;
	font-weight: 500;
	color: #FF0018;
	text-transform: uppercase;
	margin-top: 10px;
	float: left;
	/* display: inline-flex; */
	width: 100%;
}