

/* Start:/local/templates/mlux/components/bitrix/news/bravo/bitrix/news.list/.default/style.css?1766936651642*/
.newsitem {
    box-shadow: 0px 4px 8px 0px #231F201A, 0px -2px 4px 0px #231F200D;
    padding:20px;
    border-radius:10px;
    margin:15px 0;
    display: grid;
    justify-content: space-between;
	grid-template-rows: auto 1fr;
}

.row-gap-1 {
	row-gap:1em;
}

.newsitem .preview-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newsitem a {
    color:#000;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
}

.newsitem .news-link {
    margin:20px 0;
    display:block;
}

.newsitem .news-date-time {
    color:#A2A3A1;
    font-size:16px;
    font-weight:700;
}
/* End */
/* /local/templates/mlux/components/bitrix/news/bravo/bitrix/news.list/.default/style.css?1766936651642 */
