.news-detail {
  max-width: 980px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.news-detail__header {
  margin-bottom: 2rem;
}

.news-detail__eyebrow {
  color: #f5a425;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.news-detail__title {
  color: #1f2b45;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.news-detail__date {
  color: #667085;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.news-detail__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.news-detail__cover {
  margin: 0;
}

.news-detail__cover img {
  aspect-ratio: 16 / 9;
  display: block;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
}

.news-detail__body {
  color: #26334d;
  font-size: 1.18rem;
  line-height: 1.8;
  text-align: justify;
}

.news-detail__body > :first-child {
  margin-top: 0;
}

.news-detail__body > :last-child {
  margin-bottom: 0;
}

.news-detail__body h1,
.news-detail__body h2,
.news-detail__body h3,
.news-detail__body h4 {
  color: #1f2b45;
  font-weight: 850;
  line-height: 1.2;
  margin: 1.75em 0 0.7em;
  text-align: left;
}

.news-detail__body h1 {
  font-size: 2rem;
}

.news-detail__body h2 {
  font-size: 1.65rem;
}

.news-detail__body h3 {
  font-size: 1.4rem;
}

.news-detail__body h4 {
  font-size: 1.25rem;
}

.news-detail__body ul,
.news-detail__body ol,
.news-detail__body figure,
.news-detail__body table,
.news-detail__body blockquote {
  margin-bottom: 1.25rem;
}

.news-detail__body p {
  margin-bottom: 2rem;
}

.news-detail__body a {
  color: #c97900;
  font-weight: 700;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.news-detail__body figure {
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 620px);
}

.news-detail__body img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 620px);
}

.news-detail__body figure img {
  display: block;
  max-width: 100%;
}

.news-detail__body figcaption {
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: 0.45rem;
  /* text-align: center; */
}

.news-detail__body table {
  border-collapse: collapse;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.news-detail__body th,
.news-detail__body td {
  border: 1px solid #cfd6e4;
  padding: 0.65rem 0.85rem;
  vertical-align: top;
}

.news-detail__body th {
  background: #f5f7fb;
  color: #1f2b45;
  font-weight: 800;
}
