main {
  padding-top: 0 !important;
}

.news-page {
  background-color: #dbd8d2;
  min-height: 70vh;
  padding: 120px 20px 100px;
}

.news-page-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.news-page-heading {
  margin-bottom: 42px;
  text-align: center;
}

.news-page-heading h1 {
  color: #19191B;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1.6;
  margin: 0;
}

.news-page-heading p {
  color: #9E9170;
  font-size: 13px;
  font-style: italic;
  margin: 4px 0 0;
}

.news-page-list {
  border-top: 1px solid rgba(25, 25, 27, .45);
}

.news-page-item {
  border-bottom: 1px solid rgba(25, 25, 27, .25);
  padding: 0;
}

.news-page-link {
  align-items: center;
  color: #19191B;
  display: grid;
  gap: 24px;
  grid-template-columns: 120px 1fr;
  min-height: 112px;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color .2s ease;
}

.news-page-link:hover {
  background-color: rgba(255, 255, 255, .18);
}

.news-page-link:hover h2 {
  color: #7C6F51;
}

.news-page-item time {
  color: #9E9170;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.news-page-item h2 {
  color: #19191B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.news-detail-heading {
  border-bottom: 1px solid rgba(25, 25, 27, .25);
  margin-bottom: 32px;
  padding-bottom: 28px;
}

.news-detail-heading time {
  color: #9E9170;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.news-detail-heading h1 {
  color: #19191B;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}

.news-back-link {
  color: #7C6F51;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 28px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-page-body {
  color: #363636;
  font-size: 14px;
  line-height: 1.9;
}

.news-page-body p {
  margin: 0 0 12px;
}

.news-page-body ul,
.news-page-body ol {
  margin: 0 0 12px 1.5em;
  padding: 0;
}

.news-page-body a {
  color: #7C6F51;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-page-empty {
  border-top: 1px solid rgba(25, 25, 27, .45);
  color: #363636;
  font-size: 14px;
  margin: 0;
  padding-top: 28px;
  text-align: center;
}

@media (max-width: 767px) {
  .news-page {
    padding: 92px 20px 72px;
  }

  .news-page-heading {
    margin-bottom: 28px;
  }

  .news-page-heading h1 {
    font-size: 20px;
  }

  .news-page-item {
    padding: 0;
  }

  .news-page-link {
    display: block;
    min-height: auto;
    padding: 22px 8px;
  }

  .news-page-link time {
    margin-bottom: 8px;
  }

  .news-page-item h2 {
    font-size: 16px;
  }

  .news-detail-heading {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .news-detail-heading h1 {
    font-size: 20px;
  }

  .news-page-body {
    font-size: 13px;
  }
}
