

/* Start:/local/templates/empty/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?1763801448836*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* Галерея фото и файлов из ВК */
.news-more-photo {
	margin-top: 20px;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 5px;
}
.news-more-photo h4 {
	margin-top: 0;
	color: #486DAA;
}
.more-photo-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.photo-item img {
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: transform 0.2s;
}
.photo-item img:hover {
	transform: scale(1.05);
}
.file-item a {
	color: #486DAA;
	text-decoration: none;
	padding: 8px 12px;
	background: white;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #ddd;
}
.file-item a:hover {
	background: #e8f0ff;
	border-color: #486DAA;
}

/* End */
/* /local/templates/empty/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?1763801448836 */
