

/* Start:/local/templates/ksgt/components/bitrix/news.list/news-list/style.css?1749220522945*/
.news-item{
	background: #f5f5f5;
	height: 100%;
	padding: 20px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}
.news-date{
	color: var(--blue);
	line-height: 1;
	margin-bottom: 10px;
	display: inline-grid;
	grid-template-areas: "day month"
						 "day year";
}
.news-date__day{font-size: 2.5rem;grid-area: day;font-weight: bold;padding-right: 6px;}
.news-date__month{grid-area: month;}
.news-date__year{grid-area: year}

.news-item a{
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 1.3;
}

.news-item:hover{
	background: #16414f;
	background: -moz-linear-gradient(left,  #16414f 0%, #214e73 100%);
	background: -webkit-linear-gradient(left,  #16414f 0%,#214e73 100%);
	background: linear-gradient(to right,  #16414f 0%,#214e73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16414f', endColorstr='#214e73',GradientType=1 );
}
.news-item:hover .news-date{color:#fff;}
.news-item:hover a{color:#fff;}
/* End */
/* /local/templates/ksgt/components/bitrix/news.list/news-list/style.css?1749220522945 */
