.news-list-title {
  display: grid;
  gap: 2px;
}

.news-list-title strong {
  font-size: 14px;
  font-weight: 500;
}

.news-list-title small {
  font-size: 11px;
  opacity: 0.68;
}

.news-archive-section {
  min-height: 48vh;
  background: var(--white);
}

.news-groups {
  display: grid;
  gap: 78px;
}

.news-group-heading {
  margin-bottom: 18px;
}

.news-group-heading .eyebrow {
  margin-bottom: 5px;
}

.news-group-heading h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.35;
}

.news-group-heading h2 span {
  display: inline-block;
  margin-left: 12px;
  color: #766073;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-group .news-list {
  border-color: var(--line);
}

.news-group .news-list a {
  color: var(--ink);
  border-color: var(--line);
}

.news-group .news-list time {
  color: #766073;
}

.partnership-news {
  padding-top: clamp(76px, 9vw, 120px);
  padding-bottom: clamp(76px, 9vw, 120px);
}

.news-detail-section {
  min-height: 65vh;
  background: #f5f0ec;
}

.news-article {
  max-width: 820px;
}

.news-article > time {
  display: block;
  margin-bottom: 14px;
  color: #766073;
  font-size: 12px;
}

.news-article h1 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.4;
  text-wrap: balance;
}

.news-title-en {
  margin: 10px 0 38px;
  color: #766073;
  font-size: 13px;
}

.news-body {
  margin-bottom: 34px;
  font-size: 15px;
}

.news-body p {
  max-width: 720px;
}

.news-body-en {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #665a68;
  font-size: 13px;
}

.news-article .button {
  margin-bottom: 12px;
}

@media (max-width: 760px) {
  .news-list-title strong {
    font-size: 13px;
  }

  .news-article h1 {
    font-size: 30px;
  }

  .news-groups {
    gap: 58px;
  }

  .news-group-heading h2 {
    font-size: 23px;
  }

  .news-group-heading h2 span {
    display: block;
    margin: 4px 0 0;
  }
}
