.news-lists-page .news-hero {
  min-height: clamp(430px, 31vw, 560px);
  margin-top: -24px;
  background: #111;
}

.news-lists-page .news-hero__overlay {
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.84) 0%, rgba(12, 12, 12, 0.54) 30%, rgba(12, 12, 12, 0.2) 62%, rgba(12, 12, 12, 0.02) 100%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.06) 0%, rgba(12, 12, 12, 0.4) 100%);
}

.news-lists-page .news-hero__content,
.news-lists-main .news-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(430px, 31vw, 560px);
  max-width: 500px;
  padding-top: 34px;
  padding-bottom: 44px;
  color: #fff;
}

.news-lists-page .news-hero h1,
.news-lists-main .news-hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  white-space: normal;
}

.news-lists-page .news-hero__summary,
.news-lists-main .news-hero__summary {
  max-width: 370px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.5;
}

.featured-news-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 68px 34px 108px 64px;
  box-sizing: border-box;
  height: 100%;
}

.news-date--featured {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.featured-news-card h2 {
  margin-bottom: 26px;
  min-height: 96px;
}

.featured-news-card h2 a {
  -webkit-line-clamp: 3;
}

.featured-news-card .news-more-link {
  display: inline-flex;
  position: static;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.featured-news-card__dots {
  bottom: 18px;
}

.news-card .news-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 4px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card .news-more-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.news-card .news-date-block strong,
.news-card .news-date-block span {
  font-size: 14px;
  font-weight: 700;
}

.news-card--empty {
  grid-column: 1 / -1;
  border: 1px dashed #d6d6d6;
  background: #fff;
}

.news-card--empty .news-card__body {
  align-items: center;
  justify-content: center;
  min-height: 240px;
  text-align: center;
}

.news-card--empty h3 {
  margin-bottom: 12px;
}

.news-card--empty p {
  max-width: 560px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.news-pagination.cms-pagination {
  display: block;
}

.news-pagination.cms-pagination .pagination,
.news-pagination.cms-pagination .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-pagination.cms-pagination .pagination li,
.news-pagination.cms-pagination .pager li {
  margin: 0;
}

.news-pagination.cms-pagination .pagination a,
.news-pagination.cms-pagination .pagination span,
.news-pagination.cms-pagination .pager a,
.news-pagination.cms-pagination .pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 29px;
  padding: 0 12px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.news-pagination.cms-pagination .pagination a:hover,
.news-pagination.cms-pagination .pager a:hover,
.news-pagination.cms-pagination .pagination .active span,
.news-pagination.cms-pagination .pagination .active a {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.news-pagination.cms-pagination .pagination .disabled span,
.news-pagination.cms-pagination .pager .disabled span {
  opacity: 0.45;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .news-lists-page .news-hero h1,
  .news-lists-main .news-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 1100px) {
  .news-lists-page .news-hero,
  .news-lists-main .news-hero {
    min-height: 360px;
  }

  .news-lists-page .news-hero__content,
  .news-lists-main .news-hero__content {
    min-height: 360px;
    max-width: 480px;
  }

  .news-lists-page .news-hero h1,
  .news-lists-main .news-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 720px) {
  .news-lists-page .news-hero,
  .news-lists-main .news-hero {
    min-height: 300px;
    margin-top: 0;
  }

  .news-lists-page .news-hero__content,
  .news-lists-main .news-hero__content {
    min-height: 300px;
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .news-lists-page .news-hero h1,
  .news-lists-main .news-hero h1 {
    font-size: 32px;
  }

  .news-lists-page .news-hero__summary,
  .news-lists-main .news-hero__summary {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 520px) {
  .news-lists-page .news-hero h1,
  .news-lists-main .news-hero h1 {
    font-size: 28px;
  }
}
