.page-news { background: #fff; }

.news-page-head,
.news-page-title,
.news-page-desc,
.news-breadcrumbs {
  /* шапка — .tehs-hero в tehs-bridge.css */
}

.news-page-content { padding-block: var(--section-y); }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-list__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px 18px;
}
.news-list__thumb {
  flex: 0 0 96px;
  width: 96px;
  height: 72px;
  overflow: hidden;
  border-radius: 6px;
  background: #f8fafc;
}
.news-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__date {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}
.news-list__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.news-list__title:hover { color: var(--color-primary); text-decoration: underline; }
.news-empty { color: #666; }

.news-article { max-width: 760px; }
.news-article__date {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.news-article__figure { margin: 0 0 20px; }
.news-article__img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}
.news-article__body { font-size: 15px; line-height: 1.65; color: #333; }
.news-article__body p { margin: 0 0 0.9em; }
.news-article__body a { color: #c53b3b; }
.news-article__body ul,
.news-article__body ol { margin: 0 0 0.9em; padding-left: 1.3em; }
.news-article__body li { margin: 0 0 0.35em; }
.news-article__source {
  margin: 24px 0 0;
  font-size: 13px;
  color: #888;
  word-break: break-all;
}
.news-article__back {
  display: inline-block;
  margin-top: 24px;
  color: var(--color-primary);
  font-weight: 600;
}

.side_news .all_news_link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #c53b3b;
}
.dilers .diler_img,
.left_dilers .diler .diler_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .news-list__item { flex-direction: column; }
  .news-list__thumb { width: 100%; height: 160px; flex: none; }
}
