.page-news .container { max-width: none; }
.news-library > .container { padding-right: 0; padding-left: 0; }

.news-hero {
  position: relative;
  height: 620px;
  padding-top: 120px;
  overflow: hidden;
  color: #fff;
  background: #061828;
}

.news-hero > img {
  position: absolute;
  inset: 120px 0 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 45%;
}

.news-hero-shade { position: absolute; inset: 120px 0 0; background: rgba(0, 0, 0, .3); }
.news-hero-content { position: relative; z-index: 1; padding: 156px 0 0 100px; }
.news-hero-content h1 { margin: 0 0 13px; font-size: 30px; font-weight: 700; line-height: 1.4; }
.news-hero-content p { margin: 0; font-size: 20px; font-weight: 500; line-height: 1.65; }

.news-library { padding: 70px 0 105px; background: #f7f7f7; }
.news-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }
.news-filters label { position: relative; display: block; }
.news-filters label::after { content: ""; position: absolute; top: 21px; right: 30px; width: 10px; height: 10px; border-right: 1px solid #737373; border-bottom: 1px solid #737373; transform: rotate(45deg); pointer-events: none; }
.news-filters select { width: 100%; height: 57px; padding: 0 60px 0 40px; border: 0; border-radius: 0; outline: 0; color: #737373; background: #fff; appearance: none; font-size: 16px; }
.news-filters select:focus { box-shadow: 0 0 0 3px rgba(55, 96, 54, .16); }

.news-list { background: #f7f7f7; }
.news-item { display: grid; grid-template-columns: 200px minmax(0, 1fr) 440px; min-height: 350px; border-bottom: 1px solid #737373; cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.news-item:hover, .news-item:focus-visible, .news-item.is-selected { border-bottom-color: transparent; background: #fff; outline: none; }
.news-date { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #000; font-style: normal; }
.news-date strong { font-size: 80px; font-weight: 700; line-height: 1; }
.news-date span { margin-top: 17px; font-size: 20px; font-weight: 700; line-height: 1; }
.news-item:hover .news-date, .news-item:focus-visible .news-date, .news-item.is-selected .news-date { position: relative; color: #fff; background: var(--green); }
.news-item:hover .news-date::after, .news-item:focus-visible .news-date::after, .news-item.is-selected .news-date::after { content: ""; position: absolute; right: -18px; top: 50%; border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left: 18px solid var(--green); transform: translateY(-50%); }
.news-summary { align-self: center; min-width: 0; padding: 38px 45px 38px 88px; }
.news-summary h2 { margin: 0 0 25px; color: #000; font-size: 26px; font-weight: 500; line-height: 1.35; }
.news-summary h2 a { transition: color .2s ease; }
.news-summary h2 a:hover, .news-summary h2 a:focus-visible { color: var(--green); }
.news-summary p { display: -webkit-box; margin: 0; overflow: hidden; color: #333; font-size: 16px; line-height: 30px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-item figure { align-self: center; width: 400px; height: 300px; margin: 0 0 0 20px; overflow: hidden; background: #fff; }
.news-item figure a { display: block; width: 100%; height: 100%; }
.news-item figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-item:hover figure img { transform: scale(1.025); }
.news-empty { padding: 90px 20px; margin: 0; color: #737373; text-align: center; background: #fff; }
.news-pagination { display: flex; align-items: center; justify-content: flex-end; gap: 28px; margin-top: 20px; color: #333; font-size: 16px; line-height: 30px; }
.pagination-controls { display: flex; align-items: center; gap: 20px; }
.pagination-controls > :is(button, a, span) { display: block; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: transparent; }
.pagination-controls img { width: 30px; height: 30px; object-fit: contain; }
.pagination-controls :is(button:disabled, .is-disabled) { cursor: default; opacity: .55; }

@media (max-width: 1500px) {
  .news-hero { height: 592px; padding-top: 92px; }
  .news-hero > img, .news-hero-shade { top: 92px; }
  .news-item { grid-template-columns: 160px minmax(0, 1fr) 360px; min-height: 310px; }
  .news-date strong { font-size: 64px; }
  .news-summary { padding-left: 55px; }
  .news-summary h2 { font-size: 22px; }
  .news-item figure { width: 330px; height: 248px; }
}

@media (max-width: 991.98px) {
  .news-hero-content { padding-left: 5vw; }
  .news-library { padding-bottom: 80px; }
  .news-item { grid-template-columns: 135px minmax(0, 1fr) 280px; min-height: 270px; }
  .news-date strong { font-size: 52px; }
  .news-date span { font-size: 16px; }
  .news-summary { padding: 25px 30px 25px 42px; }
  .news-summary h2 { margin-bottom: 15px; font-size: 19px; }
  .news-summary p { font-size: 14px; line-height: 25px; }
  .news-item figure { width: 250px; height: 188px; }
}

@media (max-width: 760px) {
  .news-hero { height: 472px; padding-top: 72px; }
  .news-hero > img, .news-hero-shade { top: 72px; height: 400px; }
  .news-hero > img { object-position: 51% center; }
  .news-hero-content { padding: 124px 0 0; }
  .news-hero-content h1 { font-size: 28px; }
  .news-hero-content p { width: min(90%, 440px); font-size: 17px; }
  .news-library { padding: 44px 0 65px; }
  .news-filters { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  .news-filters select { height: 52px; padding-left: 20px; font-size: 15px; }
  .news-filters label::after { top: 18px; right: 22px; }
  .news-item, .news-item:hover, .news-item:focus-visible, .news-item.is-selected { display: grid; grid-template-columns: 95px 1fr; min-height: 0; padding: 20px 0; border-bottom: 1px solid #bcbcbc; background: transparent; }
  .news-date, .news-item:hover .news-date, .news-item:focus-visible .news-date, .news-item.is-selected .news-date { grid-row: 1 / span 2; justify-content: flex-start; padding-top: 10px; color: var(--green); background: transparent; }
  .news-item:hover .news-date::after, .news-item:focus-visible .news-date::after, .news-item.is-selected .news-date::after { display: none; }
  .news-item:hover, .news-item:focus-visible, .news-item.is-selected { padding-right: 12px; padding-left: 12px; background: #fff; box-shadow: 0 10px 28px rgba(55, 96, 54, .1); }
  .news-date strong { font-size: 42px; }
  .news-date span { margin-top: 8px; font-size: 14px; }
  .news-summary { grid-column: 2; grid-row: 2; padding: 18px 0 0; }
  .news-summary h2 { margin: 0 0 10px; font-size: 18px; }
  .news-summary p { -webkit-line-clamp: 3; }
  .news-item figure { grid-column: 2; grid-row: 1; width: 100%; height: auto; aspect-ratio: 4 / 3; margin: 0; }
  .news-pagination { justify-content: center; gap: 16px; margin-top: 30px; font-size: 14px; }
  .pagination-controls { gap: 12px; }
}
