

/* Start:/bitrix/templates/120423/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17674756232389*/
/* div.news-list
{
	word-wrap: break-word;
}*/
div.news-list img.preview_picture
{
	
	margin:0 4px 6px 0;
	width: 100%;
	height: auto;
	object-fit: cover;
} 
.news-item {
	border: #e5e5e5 1px solid;
    border-radius: 20px;
}

.news-list {
	-webkit-columns: 300px;
    -moz-columns: 300px;
    columns: 300px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}

.article-card {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	margin: 20px 0;
  }
  
  .article-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  }
  
  /* Картинка сверху на всю ширину блока */
  .article-card__image {
	display: block;
	position: relative;
	overflow: hidden;
  }
  
  .article-card__image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%; /* Соотношение 16:9, можно изменить */
  }
  
  .article-card__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
  }
  
  .article-card:hover .article-card__image img {
	transform: scale(1.03);
  }
  
  /* Контент с отступами слева/справа/снизу */
  .article-card__body {
	padding: 20px 24px 24px;
  }
  
  .article-card__title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
  }
  
  .article-card__title a {
	color: #222222;
	text-decoration: none;
  }
  
  .article-card__title a:hover {
	color: #b20c1b; /* акцентный цвет, подбери под сайт */
  }
  
  /* Метаданные */
  .article-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 12px;
	font-size: 13px;
	color: #888888;
  }
  
  .article-card__meta span::before {
	content: "•";
	margin-right: 6px;
	color: #cccccc;
  }
  
  .article-card__meta span:first-child::before {
	content: "";
	margin: 0;
  }
  
  /* Описание */
  .article-card__excerpt {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #444444;
  }
  
  /* Адаптив */
  @media (max-width: 600px) {
	.article-card__body {
	  padding: 16px 16px 18px;
	}
  
	.article-card__title {
	  font-size: 18px;
	}
  }
  
/* End */
/* /bitrix/templates/120423/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17674756232389 */
