.news-inner-page .news-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.news-inner-page .news-status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cd0f36;
  box-shadow: 0 0 0 6px rgba(205, 15, 54, 0.18);
  content: "";
}

.news-inner-page .news-article-sidebar > div {
  display: grid;
  gap: 22px;
}

.news-inner-page .news-brief-panel,
.news-inner-page .news-related-panel {
  overflow: hidden;
  border: 1px solid rgba(24, 48, 96, 0.13);
  border-radius: 18px;
  background: #fff;
}

.news-inner-page .news-brief-panel h2,
.news-inner-page .news-related-panel h2 {
  margin: 0;
  padding: 19px 20px;
  background: var(--dark-mixer);
  color: #fff;
  font-size: 18px;
}

.news-inner-page .news-brief-panel dl {
  margin: 0;
  padding: 6px 20px;
}

.news-inner-page .news-brief-panel dl > div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.news-inner-page .news-brief-panel dl > div:last-child {
  border-bottom: 0;
}

.news-inner-page .news-brief-panel dt {
  margin-bottom: 5px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.48);
}

.news-inner-page .news-brief-panel dd {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.news-inner-page .news-related-panel ul {
  list-style: none;
  margin: 0;
  padding: 6px 20px;
}

.news-inner-page .news-related-panel li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.news-inner-page .news-related-panel li:last-child {
  border-bottom: 0;
}

.news-inner-page .news-related-panel a {
  color: #0b1220;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  text-decoration: none;
}

.news-inner-page .news-related-panel a:hover {
  color: #183060;
}

.news-inner-page .news-related-panel time {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: #cd0f36;
}

.news-inner-page .news-highlight {
  margin: 38px 0;
  padding: clamp(26px, 4vw, 42px);
  border-left: 5px solid #cd0f36;
  border-radius: 0 20px 20px 0;
  background: #f5f5f0;
}

.news-inner-page .news-highlight small {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cd0f36;
}

.news-inner-page .news-highlight strong {
  display: block;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.news-inner-page .news-source-note {
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: rgba(11, 18, 32, 0.58);
  font-size: 13px;
}

@media (max-width: 900px) {
  .news-inner-page .news-article-sidebar {
    position: static;
  }
}
