

/* Start:/bitrix/templates/sport_mibok_s1_copy/components/bitrix/news.list/news_v1_index/style.css?17740143733086*/
/* news_v1_index styles — T9.2 card redesign 2026-03-20 */
/* Two-column layout: 300x300 image left, content right */

/* Container */
.news-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Card — TWO COLUMNS */
.news-card {
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.news-card:hover {
  transform: scale(1.008);
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  text-decoration: none;
  color: inherit;
}

/* LEFT COLUMN — 300x300 square image */
.news-card__image-box {
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background blur layer — same image, enlarged, fills gaps */
.news-card__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: blur(2px);
}

/* Main image — fitted, centered, above background */
.news-card__image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Placeholder when no image */
.news-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* RIGHT COLUMN — content */
.news-card__content {
  flex: 1;
  min-width: 0;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
}

.news-card__title {
  margin: 0 0 10px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}

.news-card:hover .news-card__title {
  color: #2a91cc;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #888;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.news-card__meta svg {
  vertical-align: middle;
  margin-right: 3px;
}

.news-card__views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.news-card__share {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  transition: color 0.2s;
}

.news-card__share:hover {
  color: #2a91cc;
}

.news-card__preview {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.news-card__footer {
  margin-top: 12px;
  text-align: right;
}

.news-card__readmore {
  display: inline-block;
  padding: 6px 16px;
  background: #2a91cc;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s;
}

.news-card:hover .news-card__readmore {
  background: #1e7ab0;
}

/* Mobile adaptation */
@media (max-width: 768px) {
  .news-card {
    flex-direction: column;
  }
  .news-card__image-box {
    width: 100%;
    height: 200px;
  }
}

/* End */
/* /bitrix/templates/sport_mibok_s1_copy/components/bitrix/news.list/news_v1_index/style.css?17740143733086 */
