/**
 * Стили ленты новостей /news.
 * Повторяет визуальный стиль старого сайта (fondu4ok.com/ru/news).
 */

.view-news-list .news-feed-title,
.view-news-list h1.news-feed-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d8b88c;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.view-news-list .views-row {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #ddd;
}

.view-news-list .views-row:last-child {
  border-bottom: none;
}

.view-news-list h2,
.view-news-list .node--view-mode-news-teaser h2 {
  font-size: 1.4rem;
  margin: 0 0 0.6rem 0;
  font-weight: 700;
}

.view-news-list h2 a {
  color: #6b3f1d;
  text-decoration: none;
}

.view-news-list h2 a:hover {
  color: #993300;
  text-decoration: underline;
}

.view-news-list .field--name-body {
  line-height: 1.55;
}

.view-news-list .field--name-body img {
  max-width: 100%;
  height: auto;
}

.view-news-list .field--name-field-category {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
}

.view-news-list .field--name-field-category::before {
  content: "Написано в разделе ";
}

.view-news-list .field--name-field-category a {
  color: #6b3f1d;
  text-decoration: none;
}

.view-news-list .field--name-field-category a:hover {
  text-decoration: underline;
}

/* Сайдбар-блоки */
.block-views-blocknews-categories-block-categories,
.block-views-blocknews-list-block-archive {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
}

.block-views-blocknews-categories-block-categories h2,
.block-views-blocknews-list-block-archive h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  color: #6b3f1d;
  letter-spacing: 0.05em;
}

ul.news-category-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.news-category-list li {
  padding: 0.25rem 0;
  border-bottom: 1px dotted #e5e5e5;
}

ul.news-category-list li:last-child {
  border-bottom: none;
}

ul.news-category-list a {
  color: #444;
  text-decoration: none;
}

ul.news-category-list a:hover {
  color: #993300;
}

/* Pager */
.view-news-list .pager {
  margin-top: 2rem;
  text-align: center;
}

.view-news-list .pager__items {
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 0.5rem;
}

.view-news-list .pager__item a {
  padding: 0.4rem 0.8rem;
  border: 1px solid #d8b88c;
  border-radius: 3px;
  color: #6b3f1d;
  text-decoration: none;
}

.view-news-list .pager__item.is-active a,
.view-news-list .pager__item a:hover {
  background: #d8b88c;
  color: #fff;
}
