@media (max-width: 1023px) {
    .news-detail-header { padding: 4.5rem 1.5rem 2rem !important; }
    .news-detail-grid   { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
    .news-detail-grid > div:last-child:empty { display: none !important; }
  }
  @media (max-width: 900px) {
    .news-body-grid { grid-template-columns: 1fr !important; }
    .news-detail-aside { position: static !important; top: auto !important; }
  }
  @media (max-width: 639px) {
    .news-detail-header { padding: 4rem 1rem 1.5rem !important; }
    .news-detail-header h1 { font-size: 1.8rem !important; }
  }

  .news-body.ql-editor {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.42;
    padding: 0;
  }
  .news-body.ql-editor p { margin-bottom: 1.4em; }
  .news-body.ql-editor h1, .news-body.ql-editor h2, .news-body.ql-editor h3 {
    color: var(--text-primary);
    font-weight: 700;
    margin: 2rem 0 0.75rem;
    line-height: 1.25;
  }
  .news-body.ql-editor h2 { font-size: 1.4rem; }
  .news-body.ql-editor h3 { font-size: 1.15rem; }
  .news-body.ql-editor a { color: #ef4444; }
  .news-body.ql-editor img { border-radius: 0.5rem; max-width: 100%; margin: 1.5rem 0; }
  .news-body.ql-editor blockquote {
    border-left: 3px solid #ef4444;
    padding: 0.5rem 1.5rem;
    margin: 1.75rem 0;
    color: var(--text-muted);
    font-style: italic;
    font-size: 1.05rem;
  }
  .news-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .news-back-link:hover { color: var(--text-primary); }
