.news-article-page{
  background: linear-gradient(180deg, #fff4e8 0%, #ffe8d4 35%, #fff 100%);
  min-height: 60vh;
}
.news-article-shell{
  background: #fff;
  border-radius: 12px;
  padding: 20px 18px 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.news-breadcrumb{
  font-size: 13px;
  color: #444;
  margin-bottom: 14px;
  line-height: 1.5;
}
.news-breadcrumb-pin{
  color: var(--knight-orange, #ff6a00);
  margin-right: 4px;
}
.news-crumb{
  color: #111;
  text-decoration: none;
  font-weight: 600;
}
.news-crumb:hover,
.news-crumb:focus-visible{
  color: var(--knight-orange, #ff6a00);
  text-decoration: underline;
}
.news-crumb-static{
  color: #333;
  font-weight: 600;
}
.news-article-title{
  font-size: 1.45rem;
  font-weight: 800;
  color: #0d2b4c;
  line-height: 1.35;
  margin: 0 0 10px;
}
.news-article-meta-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.news-article-meta{
  font-size: 13px;
  font-weight: 600;
  color: #c41e3a;
}
.news-meta-sep{
  opacity: .65;
  margin: 0 4px;
}
.news-comment-jump{
  font-size: 13px;
  font-weight: 700;
  color: #b8860b;
  text-decoration: none;
}
.news-comment-jump:hover{
  color: var(--knight-orange, #ff6a00);
  text-decoration: underline;
}
.news-article-body{
  font-size: 15px;
  line-height: 1.65;
  color: #222;
  min-height: 120px;
}
/* Generated from Admin → Article → HTML (news mode) */
.news-article-body .article-news-lead{
  font-weight: 700;
  font-size: 1.06em;
  line-height: 1.55;
}
.news-article-body .article-gen-h2,
.news-article-body .article-gen-h3{
  font-weight: 800;
  margin: 1.1em 0 0.45em;
  text-align: center;
  color: #222;
}
.news-article-body .article-gen-h2{ font-size: 1.15rem; }
.news-article-body .article-gen-h3{ font-size: 1.05rem; }
.news-article-body .article-news-callout{
  border-left: 4px solid #7c4dff;
  border-right: 4px solid #7c4dff;
  padding: 0.65em 1em;
  margin: 1em 0;
  background: #faf8ff;
  border-radius: 8px;
}
.news-article-body .article-news-ul li{
  margin: 0.25em 0;
}
.news-article-body img{
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.news-article-like-wrap{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-top: 8px;
}
.news-like-btn{
  border: 0;
  background: linear-gradient(180deg, #ff8c42, var(--knight-orange, #ff6a00));
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255,106,0,.35);
}
.news-like-btn:hover{
  filter: brightness(1.05);
}
.news-comments-card{
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 20px;
  margin-top: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.news-comments-head{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.news-comments-icon{ font-size: 18px; }
.news-comments-heading{
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
  text-transform: lowercase;
}
.news-publish-btn{
  background: var(--knight-orange, #ff6a00) !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 700;
  border-radius: 8px;
  padding: 6px 16px !important;
}
.news-latest-comments-title{
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 12px;
}
.news-comment-item{
  padding: 12px 0;
  border-top: 1px solid #eee;
}
.news-comment-item:first-of-type{ border-top: 0; }
.news-comment-author{
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 4px;
}
.news-comment-body{
  white-space: pre-wrap;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.news-comment-actions{
  font-size: 13px;
}
.news-vote-btn{
  color: #555 !important;
  text-decoration: none !important;
}
.news-vote-btn:hover{
  color: var(--knight-orange, #ff6a00) !important;
}
