.l-container {
  width: 100%;
}

.breadcrumbs {
  width: 1080px !important;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
}

.main {
  width: 1410px;
  font-family: var(--font-family);
  color: var(--font-color);
  padding-top: 160px;
  margin: 0 auto;
  margin-bottom: 260px;
}

.section-heading {
  font-size: 44px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 108px;
}
.section-heading span {
  font-weight: 500;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
}
.list-item {
  opacity: 0;
}
.list-item:hover {
  opacity: 0.6 !important;
}
.list-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.list-item-meta {
  background: url(/res/p/img/2025/top/arrow_right_green.svg) no-repeat right top 20px;
  background-size: 79px;
  padding-top: 26px;
}

.list-item-date {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.list-item-title {
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* paging */
.news-list-paging {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  gap: 0 10px;
}
.news-list-paging a {
  width: 30px !important;
  height: 30px !important;
  font-size: 21px;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.jp-previous {
  width: auto !important;
  padding: 0 3px 0 15px;
}
.jp-next {
  width: auto !important;
  padding: 0 15px 0 3px;
}
.jp-current {
  background: var(--bg-primary);
  color: white !important;
}
.jp-previous.jp-disabled,
.jp-next.jp-disabled {
  cursor: default;
  opacity: 0.3;
}

.jp-previous,
.jp-next {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.jp-previous {
  background-image: url(/res/p/img/2025/news/arrow_left.svg);
}
.jp-next {
  background-image: url(/res/p/img/2025/news/arrow_right.svg);
}
