

/* Start:/local/templates/bootstrap_538/components/bitrix/news/ham_news_complex/bitrix/news.detail/ham_news_detail/style.css?17749220511294*/
/* Основной контейнер новости */
.news-detail-wrapper {
	line-height: 1.7;
	font-size: 1.1rem;
	color: #333;
}

/* Дата новости */
.news-date-time {
	display: inline-block;
	color: #6c757d;
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding: 0.25rem 0.75rem;
	background: #f8f9fa;
	border-radius: 50rem;
	font-size: 0.85rem;
}

/* Главная картинка (Детальная) */
.news-detail-wrapper img.detail_picture {
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
	border-radius: 1rem;
	margin: 0 0 2rem 0; /* Убираем float, ставим отступ снизу */
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Контент (абзацы, списки) */
.news-detail-content p {
	margin-bottom: 1.5rem;
}

.news-detail-content img {
	max-width: 100%;
	height: auto;
	border-radius: 0.75rem;
	margin: 1rem 0;
}

/* Чтобы длинные ссылки не ломали верстку на мобилках */
.news-detail-wrapper {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Ссылки внутри текста */
.news-detail-content a {
	color: #0d6efd;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.news-detail-content a:hover {
	text-decoration: none;
	color: #0a58ca;
}

/* End */
/* /local/templates/bootstrap_538/components/bitrix/news/ham_news_complex/bitrix/news.detail/ham_news_detail/style.css?17749220511294 */
