/* =====================================================
   EDITORIAL TRANSPARENCY PAGES
   (About Newsroom, Editorial Policy, Corrections Policy)
   ===================================================== */

/* Page shell */
.page-shell {
  background: #020617;
  color: #e5e7eb;
  padding: 120px 20px 80px;
}

.page-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Headings */
.page-container h1 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #f8fafc;
  margin-bottom: 28px;
}

.page-container h2 {
  font-size: 22px;
  font-weight: 800;
  margin-top: 42px;
  margin-bottom: 14px;
  color: #e0e7ff;
}

/* Paragraphs */
.page-container p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 18px;
  color: #d1d5db;
}

/* Lists */
.page-container ul {
  margin: 14px 0 24px 20px;
  padding: 0;
}

.page-container li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #cbd5f5;
}

/* Strong emphasis */
.page-container strong {
  color: #f8fafc;
  font-weight: 700;
}

/* Metadata / footer note */
.page-meta {
  margin-top: 50px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
}

/* Links */
.page-container a {
  color: #93c5fd;
  text-decoration: underline;
  text-decoration-color: rgba(147,197,253,0.4);
  text-underline-offset: 3px;
}

.page-container a:hover {
  color: #bfdbfe;
  text-decoration-color: rgba(191,219,254,0.7);
}

/* Subtle callout (optional use) */
.editorial-callout {
  margin: 36px 0;
  padding: 22px 24px;
  background: rgba(99,102,241,0.08);
  border-left: 4px solid #6366f1;
  border-radius: 8px;
  color: #e0e7ff;
  font-size: 16px;
  line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .page-shell {
    padding: 100px 16px 60px;
  }

  .page-container h1 {
    font-size: 30px;
  }

  .page-container h2 {
    font-size: 20px;
  }

  .page-container p,
  .page-container li {
    font-size: 15px;
  }
}
