

/* Start:/local/templates/indigo/components/bitrix/news/works-new/bitrix/news.list/.default/style.css?17445702611019*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.news-list {
	max-width: 800px;
	margin: 0 auto;
}

.news-item {
	margin-bottom: 30px;
	padding: 15px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	transition: box-shadow 0.3s;
}

.news-item:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.news-item a {
	text-decoration: none;
	color: #1a037e;
}

.news-item b {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.preview_picture {
	max-width: 120px;
	height: auto;
	margin-right: 15px !important;
	border-radius: 5px;
	transition: transform 0.3s;
}

.news-item:hover .preview_picture {
	transform: scale(1.05);
}

.news-item p {
	font-size: 0.9em;
	color: #6c757d;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.preview_picture {
		float: none;
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}

	.news-item {
		padding: 10px;
	}
}


/* End */
/* /local/templates/indigo/components/bitrix/news/works-new/bitrix/news.list/.default/style.css?17445702611019 */
