body {
  overflow-x: hidden;
}

.article-inner {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.article-inner > time {
  display: block;
  margin-bottom: 14px;
  color: #555960;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.news-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 96px;
  background: #fff;
  color: #222;
}

.news-feature {
  width: min(1200px, calc(100% - 80px));
  margin: 98px auto 58px;
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(280px, 1fr);
  align-items: center;
  gap: 54px;
}

.news-feature-media {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 17px;
  background: #e9eef4;
}

.news-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature-copy {
  max-width: 500px;
  min-width: 0;
  padding-right: 12px;
}

.news-feature-copy h1 {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.news-feature-copy > time {
  display: block;
  margin-bottom: 14px;
  color: #555960;
  font-size: 13px;
  font-weight: 600;
}

.news-feature-copy p {
  max-width: 470px;
  margin: 0 0 30px;
  color: #4e5055;
  font-size: 17px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-feature-button,
.news-row-button {
  min-width: 200px;
  height: 45px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1px;
}

.news-list {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  border-top: 1px solid #e4e5e7;
}

.news-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 200px;
  column-gap: 40px;
  align-items: center;
  min-height: 248px;
  padding: 48px 0;
  padding-left: max(24px, calc((100% - 1800px) / 2));
  padding-right: max(24px, calc((100% - 1800px) / 2));
  border-bottom: 1px solid #e4e5e7;
  background: #fff;
}

.news-row--alt {
  background: #f7f7f7;
}

.news-page .news-row:hover,
.news-page .news-row:focus-visible {
  background-color: #fff;
}

.news-page .news-row--alt:hover,
.news-page .news-row--alt:focus-visible {
  background-color: #f7f7f7;
}

.news-row time {
  align-self: start;
  padding-top: 3px;
  color: #555960;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.news-row-copy {
  min-width: 0;
  max-width: 940px;
}

.news-row-copy h2 {
  margin: 0 0 17px;
  color: #202124;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
  transition: color .25s ease;
}

.news-row-copy h2:hover,
.news-row:focus-visible .news-row-copy h2 {
  color: #1746b8;
}

.news-row-copy p {
  max-width: 900px;
  margin: 0;
  color: #4f535a;
  font-size: 16px;
  line-height: 1.4;
}

.news-row-button {
  justify-self: end;
  color: #fff !important;
}

.news-empty {
  margin: 0;
  padding: 72px 0;
  color: #666;
  text-align: center;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 61px auto 0;
  color: #303238;
  font-size: 18px;
  line-height: 1;
}

.news-pagination a {
  display: inline-flex;
  min-width: 24px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.news-pagination a.is-active {
  width: 46px;
  color: #fff;
  background: #1746b8;
}

.news-pagination-prev,
.news-pagination-next {
  min-width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  font-size: 18px;
}

.news-pagination .is-disabled {
  color: #a9adb5;
  cursor: default;
}

.news-pagination-ellipsis {
  min-width: 24px;
  text-align: center;
}

.article-cover-image {
  display: block;
  width: 80%;
  max-width: 80%;
  margin: 0 auto 42px;
  border-radius: 10px;
  object-fit: cover;
}

.article-content img,
.article-content video {
  display: block;
  width: auto;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.article-neighbours {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 56px 0 34px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.article-neighbours > * {
  min-width: 0;
}

.article-neighbour {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  gap: 9px;
  padding: 22px 0;
}

.article-neighbour--next {
  align-items: flex-end;
  text-align: right;
}

.article-neighbour span {
  color: #1746b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
}

.article-neighbour strong {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  color: #202124;
  font-size: 16px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-neighbour:hover strong,
.article-neighbour:focus-visible strong {
  color: #1746b8;
}

.article-neighbour.is-disabled {
  opacity: .45;
}

@media (max-width: 600px) {
  .article-inner {
    width: 100%;
  }

  .article-cover-image,
  .article-content img,
  .article-content video {
    max-width: 100%;
  }

  .article-cover-image {
    width: 100%;
  }

  .article-neighbours {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .article-neighbour--next {
    align-items: flex-start;
    text-align: left;
    border-top: 1px solid #e5e7eb;
  }

  .article-neighbour strong {
    white-space: normal;
  }
}

@media (max-width: 1100px) {
  .news-feature {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 1fr);
    gap: 38px;
  }

  .news-row {
    grid-template-columns: 190px minmax(0, 1fr) 170px;
    column-gap: 28px;
  }

  .news-row-copy h2 {
    font-size: 25px;
  }

  .news-row-button,
  .news-feature-button {
    min-width: 170px;
  }
}

@media (min-width: 801px) and (max-width: 1300px) {
  .news-feature {
    width: calc(100% - 80px);
    margin-top: 100px;
  }

  .news-row {
    position: relative;
    grid-template-columns: 25% minmax(0, 75%);
    column-gap: 0;
    min-height: 248px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .news-row-copy {
    position: relative;
    max-width: none;
    min-height: 150px;
    padding-right: 220px;
  }

  .news-row-copy h2 {
    margin-bottom: 17px;
    font-size: 29px;
    line-height: 1.08;
  }

  .news-row-copy p {
    max-width: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .news-row-button {
    position: absolute;
    top: 50%;
    right: max(24px, calc((100% - 1800px) / 2));
    min-width: 200px;
    transform: translateY(-50%);
  }
}

@media (max-width: 800px) {
  .news-feature {
    width: min(1200px, calc(100vw - 64px));
    margin-top: 64px;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .news-feature-copy {
    max-width: 600px;
    padding: 0;
  }

  .news-feature-copy h1 {
    font-size: 28px;
  }

  .news-list {
    width: 100vw;
    max-width: 100vw;
  }

  .news-row {
    grid-template-columns: 1fr auto;
    column-gap: 20px;
    min-height: 0;
    padding: 34px 0;
  }

  .news-row time {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  .news-row-copy {
    grid-column: 1;
  }

  .news-row-button {
    grid-column: 2;
    grid-row: 2;
    min-width: 150px;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .news-page {
    padding-bottom: 68px;
  }

  .news-feature {
    width: min(1200px, calc(100vw - 40px));
    margin: 42px auto 40px;
    gap: 24px;
  }

  .news-feature-media {
    border-radius: 12px;
  }

  .news-feature-copy h1 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .news-feature-copy p {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .news-feature-button {
    min-width: 160px;
    height: 42px;
  }

  .news-list {
    width: 100vw;
    max-width: 100vw;
  }

  .news-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-row time {
    margin: 0 0 13px;
    padding: 0;
    font-size: 12px;
  }

  .news-row-copy h2 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.1;
  }

  .news-row-copy p {
    font-size: 15px;
    line-height: 1.45;
  }

  .news-row-button {
    align-self: flex-start;
    min-width: 160px;
    height: 42px;
    margin-top: 22px;
    margin-left: 0 !important;
  }

  .news-pagination {
    gap: 5px;
    margin-top: 42px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .news-pagination-prev,
  .news-pagination-next {
    font-size: 12px;
  }

  .site-header .menu-toggle {
    display: block;
    visibility: visible;
    color: #222;
    flex: 0 0 auto;
  }
}
