

/* Start:/local/templates/bootstrap_538/components/bitrix/news/ham_news_complex/bitrix/news.list/ham_news_list/style.css?17749221711317*/
/* Контейнер списка */
.news-list-container {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Карточка новости (если используем в шаблоне) */
.news-item-card {
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	border: none !important;
}

.news-item-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}

/* Превью-картинка */
.news-list-container img.preview_picture {
	/* УБИРАЕМ float:left — он зло! */
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 0.75rem;
	margin-bottom: 1rem;
}

/* Дата новости */
.news-date-time {
	display: inline-block;
	color: #6c757d; /* Приятный серый */
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Заголовок новости */
.news-item-title {
	font-weight: 700;
	color: #212529;
	text-decoration: none;
	line-height: 1.3;
	display: block;
	margin-bottom: 0.75rem;
}

.news-item-title:hover {
	color: #0d6efd; /* Цвет бренда при наведении */
}

/* Текст анонса */
.news-preview-text {
	font-size: 0.95rem;
	color: #495057;
	line-height: 1.5;
}

/* End */
/* /local/templates/bootstrap_538/components/bitrix/news/ham_news_complex/bitrix/news.list/ham_news_list/style.css?17749221711317 */
