.article-wrap {
  margin: 0 auto;
  max-width: 900px;
  padding: 24px 20px;
}

.article-card,
.editorial-card,
.author-card,
.about-card,
.policy-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  padding: 26px;
}

.editorial-card,
.author-card,
.about-card,
.policy-card {
  margin: 0 auto;
  max-width: 900px;
}

.article-card h1,
.editorial-card h2,
.author-card h1,
.about-card h1,
.policy-card h1 {
  color: #0f172a;
  margin: 0 0 12px;
}

.article-card h2,
.article-card h3,
.editorial-card h2,
.editorial-card h3,
.author-card h2,
.about-card h2,
.policy-card h2,
.policy-card h3 {
  color: #0f172a;
  margin: 22px 0 10px;
}

.article-card p,
.article-card li,
.editorial-card p,
.editorial-card li,
.author-card p,
.author-card li,
.about-card p,
.about-card li,
.policy-card p,
.policy-card li {
  color: #475569;
  line-height: 1.7;
}

.article-card ul,
.article-card ol,
.editorial-card ul,
.editorial-card ol,
.author-card ul,
.about-card ul,
.policy-card ul,
.policy-card ol {
  padding-left: 20px;
}

.content-meta {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  color: #334155;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 18px 0 24px;
  padding: 12px 14px;
}

.content-meta strong {
  color: #0f172a;
}

.content-meta a,
.byline-link,
.policy-link-row a,
.source-list a,
.related-link-grid a,
.content-cta a,
.author-links a {
  color: #0f766e;
  font-weight: 700;
  text-decoration: none;
}

.content-meta a:hover,
.byline-link:hover,
.policy-link-row a:hover,
.source-list a:hover,
.related-link-grid a:hover,
.content-cta a:hover,
.author-links a:hover {
  text-decoration: underline;
}

.policy-link-row,
.author-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 12px 0 0;
}

.eyebrow {
  color: #0f766e;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.quick-answer {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfeff 100%);
  border: 1px solid #bbf7d0;
  border-radius: 16px;
  margin: 18px 0 24px;
  padding: 18px;
}

.quick-answer p:last-child {
  margin-bottom: 0;
}

.editorial-grid,
.related-link-grid,
.author-grid,
.about-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-panel,
.related-link-grid a,
.author-grid a,
.about-grid .info-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
}

.info-panel strong,
.related-link-grid a strong,
.author-grid a strong {
  color: #0f172a;
  display: block;
  margin-bottom: 6px;
}

.info-panel small,
.related-link-grid a span,
.author-grid a span {
  color: #64748b;
  display: block;
  line-height: 1.6;
}

.table-wrap {
  overflow-x: auto;
}

.editorial-table {
  border-collapse: collapse;
  margin: 16px 0;
  min-width: 100%;
  width: 100%;
}

.editorial-table th,
.editorial-table td {
  border: 1px solid #dbe4ee;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.editorial-table th {
  background: #eff6ff;
  color: #0f172a;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
}

.faq-item h3 {
  margin-top: 0;
}

.content-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.content-cta a {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  padding: 10px 16px;
}

.content-cta .primary {
  background: #0f766e;
  color: #fff;
}

.content-cta .secondary {
  background: #ecfeff;
  color: #0f766e;
}

.disclaimer-strip {
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-radius: 14px;
  color: #9a3412;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 18px;
  padding: 14px 16px;
}

.source-list,
.cluster-links {
  display: grid;
  gap: 10px;
}

.source-list li,
.cluster-links li {
  margin: 0;
}

.support-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.support-badges span {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
}

.mini-note {
  color: #64748b;
  font-size: 14px;
}

html.dark .article-card,
html.dark .editorial-card,
html.dark .author-card,
html.dark .about-card,
html.dark .policy-card,
html.dark .content-meta,
html.dark .info-panel,
html.dark .related-link-grid a,
html.dark .author-grid a,
html.dark .faq-item {
  background: #0f172a;
  border-color: #334155;
}

html.dark .quick-answer {
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.24) 0%, rgba(15, 23, 42, 0.95) 100%);
  border-color: rgba(45, 212, 191, 0.35);
}

html.dark .article-card h1,
html.dark .article-card h2,
html.dark .article-card h3,
html.dark .editorial-card h2,
html.dark .editorial-card h3,
html.dark .author-card h1,
html.dark .author-card h2,
html.dark .about-card h1,
html.dark .about-card h2,
html.dark .policy-card h1,
html.dark .policy-card h2,
html.dark .policy-card h3,
html.dark .content-meta strong,
html.dark .info-panel strong,
html.dark .related-link-grid a strong,
html.dark .author-grid a strong {
  color: #f8fafc;
}

html.dark .article-card p,
html.dark .article-card li,
html.dark .editorial-card p,
html.dark .editorial-card li,
html.dark .author-card p,
html.dark .author-card li,
html.dark .about-card p,
html.dark .about-card li,
html.dark .policy-card p,
html.dark .policy-card li,
html.dark .content-meta,
html.dark .info-panel small,
html.dark .related-link-grid a span,
html.dark .author-grid a span,
html.dark .mini-note {
  color: #cbd5e1;
}

html.dark .editorial-table th,
html.dark .support-badges span {
  background: #1e293b;
}

html.dark .editorial-table th,
html.dark .editorial-table td {
  border-color: #334155;
}

html.dark .disclaimer-strip {
  background: rgba(154, 52, 18, 0.2);
  border-color: rgba(251, 146, 60, 0.45);
  color: #fdba74;
}

@media (max-width: 700px) {
  .editorial-grid,
  .related-link-grid,
  .author-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .article-wrap {
    padding: 18px 14px;
  }

  .article-card,
  .editorial-card,
  .author-card,
  .about-card,
  .policy-card {
    padding: 20px;
  }
}