.page-root.page-news-detail {
  scroll-snap-type: none;
}

.news-detail-main {
  background: #ffffff;
}

.news-detail-article {
  padding: clamp(3.5rem, 5vw, 4.5rem) 0 clamp(5rem, 6vw, 6.5rem);
}

.news-detail-article-inner {
  width: min(87.5rem, calc(100% - 2rem));
  margin-inline: auto;
}

.news-detail-header {
  text-align: center;
}

.news-detail-title {
  margin: 0;
  font-family: var(--font-display-sans);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
}

.news-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2.2rem, 3.2vw, 3rem);
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #d9d9d9;
}

.news-detail-meta-item {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
}

.news-detail-summary,
.news-detail-content {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
}

.news-detail-summary {
  margin-top: 2.2rem;
}

.news-detail-summary p,
.news-detail-content p {
  margin: 0;
  text-indent: 2em;
}

.news-detail-cover-wrap {
  margin: clamp(2.4rem, 4vw, 3.5rem) 0 clamp(2.8rem, 4vw, 3.75rem);
}

.news-detail-cover {
  display: block;
  max-width: 67.4rem;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}

.news-detail-content p+p {
  margin-top: 1.45rem;
}

@media (max-width: 1023px) {
  .news-detail-article {
    padding: 2.2rem 0 3rem;
  }

  .news-detail-article-inner {
    width: min(100%, calc(100% - 2rem));
  }

  .news-detail-title {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .news-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 1.4rem;
    gap: 0.5rem;
    padding-bottom: 1.2rem;
  }

  .news-detail-summary,
  .news-detail-content {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .news-detail-summary {
    margin-top: 1.5rem;
  }

  .news-detail-cover-wrap {
    margin: 1.8rem 0 2rem;
  }
}

@media (max-width: 639px) {
  .news-detail-article {
    padding: 1.6rem 0 2.4rem;
  }

  .news-detail-article-inner {
    width: calc(100% - 2rem);
  }

  .news-detail-title {
    font-size: 1.45rem;
  }

  .news-detail-meta-item {
    font-size: 0.9rem;
  }

  .news-detail-summary,
  .news-detail-content {
    font-size: 1rem;
  }

  .news-detail-summary,
  .news-detail-content {
    line-height: 1.82;
  }

  .news-detail-cover-wrap {
    margin: 1.35rem 0 1.6rem;
  }

  .news-detail-content p+p {
    margin-top: 1.1rem;
  }
}
