/* ============================================================
   content-styles.css — 法医学智库内容页统一样式
   适用范围：show.html / wiki_show.html 及所有内容页模板
   版本：2.0 | 基于蓝色主色调 #1a56db
   ============================================================ */

/* ============================================================
   1. 字体系统
   ============================================================ */
:root {
  --font-heading: "PingFang SC", "Microsoft YaHei", "SimHei", sans-serif;
  --font-body: "PingFang SC", "Microsoft YaHei", "SimSun", serif;
  --font-meta: "PingFang SC", "Microsoft YaHei", "SimSun", serif;

  /* 颜色系统 */
  --color-primary: #1a56db;
  --color-primary-hover: #0d3b9e;
  --color-heading: #1a1a2e;
  --color-body: #2d3748;
  --color-muted: #718096;
  --color-link: #1a56db;
  --color-link-hover: #0d3b9e;
  --color-bg-light: #f0f5ff;
  --color-border: #e2e8f0;
  --color-border-light: #e8ecf1;
  --color-table-stripe: #f7fafc;

  /* 排版 */
  --content-max-width: none;
  --body-font-size: 16px;
  --body-line-height: 1.8;
  --meta-font-size: 13px;
}

/* ============================================================
   2. 排版系统
   ============================================================ */

/* 文章主容器 */
.article-main,
.wiki-article {
  max-width: var(--content-max-width);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--color-body);
}

/* 段落 */
.article-body p,
.wiki-body p {
  margin-bottom: 18px;
  text-indent: 0;
}

/* 标题层级 */
.article-body h1,
.wiki-body h1 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 24px;
  line-height: 1.3;
}

.article-body h2,
.wiki-body h2 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 20px;
  margin-top: 32px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-border);
  line-height: 1.4;
}

/* 通用文章 h3 */
.article-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-primary);
  line-height: 1.5;
}

/* 法医百科 h3 */
.wiki-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding: 4px 12px;
  background-color: #e3eff9; /* 浅蓝灰，与大标题背景一致 */
  border-left: 4px solid #1a5276; /* 深蓝竖条 */
  border-bottom: none;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

/* 技术专栏 h3 */
.deep-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding: 4px 12px;
  background-color: #eef1f7; /* 浅蓝灰，与大标题背景一致 */
  border-left: 4px solid #6c3483; /* 紫色竖条 */
  border-bottom: none;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

/* 案例库 h3 */
.case-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding: 4px 12px;
  background-color: #f8f4f4; /* 浅红灰，与大标题背景一致 */
  border-left: 4px solid #8b2500; /* 深红竖条 */
  border-bottom: none;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

/* 标准与规范 h3 */
.std-content h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding: 4px 12px;
  background-color: #eaf1fb; /* 浅蓝，与大标题背景一致 */
  border-left: 4px solid #1a56db; /* 蓝色竖条 */
  border-bottom: none;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

/* 专家论见 h3 */
.ivw-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding: 4px 12px;
  background-color: #e8f8f5; /* 浅绿，与大标题背景一致 */
  border-left: 4px solid #0e6655; /* 深绿竖条 */
  border-bottom: none;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

/* 国际前沿 h3 */
.brief-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding: 4px 12px;
  background-color: #fef9f0; /* 浅橙黄，与大标题背景一致 */
  border-left: 4px solid #d35400; /* 橙色竖条 */
  border-bottom: none;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

/* 机构名录 h3 */
.org-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 16px;
  margin-top: 28px;
  padding: 4px 12px;
  background-color: #eef3f9; /* 浅蓝，与大标题背景一致 */
  border-left: 4px solid #2471a3; /* 蓝色竖条 */
  border-bottom: none;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

.article-body h4,
.wiki-body h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-body);
  margin-bottom: 12px;
  margin-top: 20px;
  line-height: 1.5;
}

/* 列表 */
.article-body ul,
.article-body ol,
.wiki-body ul,
.wiki-body ol {
  padding-left: 24px;
  margin-bottom: 18px;
}

.article-body li,
.wiki-body li {
  line-height: 1.8;
  margin-bottom: 6px;
}

/* 引用块 */
.article-body blockquote,
.wiki-body blockquote {
  border-left: 4px solid var(--color-primary);
  background: var(--color-bg-light);
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 15px;
  color: var(--color-body);
  border-radius: 0 4px 4px 0;
}

/* 加粗文本 */
.article-body strong,
.article-body b,
.wiki-body strong,
.wiki-body b {
  color: var(--color-heading);
  font-weight: 700;
}

/* 分隔线 */
.article-body hr,
.wiki-body hr {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 24px 0;
}

/* 链接 */
.article-body a,
.wiki-body a {
  color: var(--color-link);
  text-decoration: none;
}

.article-body a:hover,
.wiki-body a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}

/* 表格 */
.article-body table,
.wiki-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}

.article-body th,
.wiki-body th {
  background: var(--color-bg-light);
  color: var(--color-heading);
  font-weight: 600;
  padding: 12px;
  text-align: left;
  border: 1px solid var(--color-border);
}

.article-body td,
.wiki-body td {
  padding: 12px;
  border: 1px solid var(--color-border);
  color: var(--color-body);
}

.article-body tr:nth-child(odd) td,
.wiki-body tr:nth-child(odd) td {
  background: var(--color-table-stripe);
}

/* 图片 */
.article-body img,
.wiki-body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ============================================================
   3. 文章头部区域 (.article-header)
   ============================================================ */

.article-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.article-header h1 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 16px;
  line-height: 1.3;
}

/* 元信息区域 */
.article-meta {
  font-family: var(--font-meta);
  font-size: var(--meta-font-size);
  color: var(--color-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.article-meta span,
.article-meta em,
.article-meta i {
  margin-right: 16px;
  font-style: normal;
}

.article-meta i {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: var(--color-border);
  margin-right: 16px;
}

/* 面包屑导航 */
.article-breadcrumb {
  font-family: var(--font-meta);
  font-size: var(--meta-font-size);
  color: var(--color-muted);
  margin-bottom: 16px;
}

.article-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.article-breadcrumb li::after {
  content: "\203A";
  margin: 0 8px;
  color: var(--color-muted);
}

.article-breadcrumb li:last-child::after {
  content: "";
}

.article-breadcrumb a {
  color: var(--color-muted);
  text-decoration: none;
}

.article-breadcrumb a:hover {
  color: var(--color-primary);
}

/* ============================================================
   4. 文章底部区域 (.article-footer)
   ============================================================ */

.article-footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}

/* 上下篇 */
.article-prevnext {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.article-prevnext a {
  display: inline-block;
  padding: 8px 16px;
  background: var(--color-table-stripe);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  color: var(--color-body);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.article-prevnext a:hover {
  background: var(--color-bg-light);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* 分享区 */
.article-share {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--color-muted);
}

/* ============================================================
   5. 侧边栏 (.article-sidebar) - 新版卡片化设计
   ============================================================ */

.article-sidebar,
.wiki-sidebar {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.article-sidebar .sidebar-title,
.wiki-sidebar .sidebar-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.article-sidebar ul,
.wiki-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-sidebar li,
.wiki-sidebar li {
  font-size: var(--meta-font-size);
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  transition: background-color 0.2s;
}

.article-sidebar li:hover,
.wiki-sidebar li:hover {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.article-sidebar li:last-child,
.wiki-sidebar li:last-child {
  border-bottom: none;
}

.article-sidebar a,
.wiki-sidebar a {
  color: var(--color-body);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.article-sidebar a:hover,
.wiki-sidebar a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.article-sidebar small,
.wiki-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 4px;
  font-weight: normal;
}

/* 侧边栏推荐阅读缩略图布局 */
.article-sidebar .related-item,
.wiki-sidebar .related-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.article-sidebar .related-item:hover,
.wiki-sidebar .related-item:hover {
  background-color: #f8fafc;
  border-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.article-sidebar .related-item:last-child,
.wiki-sidebar .related-item:last-child {
  border-bottom: none;
}

.article-sidebar .related-thumb,
.wiki-sidebar .related-thumb {
  flex-shrink: 0;
  width: 70px;
  height: 52px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
}

.article-sidebar .related-info h5,
.wiki-sidebar .related-info h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px 0;
  line-height: 1.4;
  color: var(--color-heading);
}

.article-sidebar .related-info p,
.wiki-sidebar .related-info p {
  font-size: 12px;
  color: var(--color-muted);
  margin: 0;
}

/* ============================================================
   6. AI 友好性样式
   ============================================================ */

/* JSON-LD 容器隐藏 */
.article-schema {
  display: none;
}

/* Schema.org 微数据标签不做额外视觉干扰 */
[itemprop] {
  /* 无额外样式，保持原生表现 */
}

/* ============================================================
   7. 响应式
   ============================================================ */

@media (max-width: 768px) {
  .article-main,
  .wiki-article {
    padding: 0 16px;
  }

  .article-header h1 {
    font-size: 24px;
  }

  .article-body h2,
  .wiki-body h2 {
    font-size: 20px;
  }

  .article-body h3,
  .wiki-body h3 {
    font-size: 17px;
  }

  .article-body h4,
  .wiki-body h4 {
    font-size: 15px;
  }

  .article-body,
  .wiki-body {
    font-size: 15px;
  }

  .article-prevnext {
    flex-direction: column;
  }

  .article-sidebar,
  .wiki-sidebar {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .article-main,
  .wiki-article {
    padding: 0 12px;
  }

  .article-header h1 {
    font-size: 22px;
  }

  .article-body h2,
  .wiki-body h2 {
    font-size: 18px;
  }

  .article-body h3,
  .wiki-body h3 {
    font-size: 16px;
  }

  .article-body,
  .wiki-body {
    font-size: 14px;
  }

  .article-meta {
    font-size: 12px;
  }

  .article-meta span,
  .article-meta i {
    margin-right: 10px;
  }
}

/* ============================================================
   8. Wiki 百科词条专属样式
   ============================================================ */

/* Wiki 主容器 */
.wiki-article {
  /* 继承 .article-main 基础样式 */
}

/* Wiki 面包屑导航 */
.wiki-breadcrumb {
  font-size: var(--meta-font-size);
  color: var(--color-muted);
  margin-bottom: 12px;
}
.wiki-breadcrumb a { color: var(--color-muted); text-decoration: none; }
.wiki-breadcrumb a:hover { color: var(--color-primary); }
.wiki-breadcrumb em { margin: 0 6px; font-style: normal; }

/* Wiki 头部 — 渐变蓝背景 */
.wiki-header {
  background: linear-gradient(135deg, #e3eff9, #cfe0f3);
  color: #1a5276;
  padding: 24px 28px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.wiki-header h1 {
  color: #1a5276;
  margin: 0 0 6px 0;
  font-size: 26px;
  font-family: var(--font-heading);
  font-weight: 700;
}

/* Wiki 元信息 */
.wiki-meta {
  font-size: var(--meta-font-size);
  color: #3a6b8c;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wiki-meta span {
  margin-right: 16px;
}

/* Wiki 目录区 */
.wiki-toc {
  background: #f0f6fa;
  border-left: 4px solid #2980b9;
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: 0 6px 6px 0;
}

.wiki-toc h3 {
  color: #1a5276;
  margin: 0 0 8px 0;
  font-size: 15px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.wiki-toc ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}

.wiki-toc li {
  font-size: 14px;
  line-height: 2;
}

.wiki-toc li a {
  color: #2980b9;
  text-decoration: none;
}

.wiki-toc li a:hover {
  text-decoration: underline;
}

/* Wiki 正文区 */
.wiki-body {
  /* 继承 .article-body 基础样式 */
}

.wiki-body h2 {
  color: #1a5276;
  border-bottom: 2px solid #d4e6f1;
  padding-bottom: 6px;
  margin-top: 28px;
}

/* Wiki 信息卡片区 */
.wiki-infocard {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.wiki-infocard .wiki-card {
  flex: 1;
  min-width: 120px;
  background: #f8fafc;
  border: 1px solid #d4e6f1;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
}

.wiki-infocard .wiki-card .wiki-card-num {
  font-size: 28px;
  font-weight: bold;
  color: #1a5276;
}

.wiki-infocard .wiki-card .wiki-card-label {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

/* Wiki 参考文献区 */
.wiki-refs {
  background: #fef9e7;
  border-left: 4px solid #f1c40f;
  padding: 16px 20px;
  border-radius: 0 6px 6px 0;
  margin-top: 24px;
}

.wiki-refs h4 {
  color: #7d6608;
  margin: 0 0 8px 0;
  font-family: var(--font-heading);
  font-weight: 600;
}

.wiki-refs ul {
  margin: 0;
  padding-left: 18px;
  color: #666;
  font-size: var(--meta-font-size);
}

.wiki-refs p {
  margin: 0;
  color: #666;
  font-size: var(--meta-font-size);
}

/* Wiki 关键词区 */
.wiki-keywords {
  margin-top: 20px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 4px;
  font-size: var(--meta-font-size);
  color: var(--color-muted);
}

.wiki-keywords a {
  display: inline-block;
  margin: 2px 6px 2px 0;
  padding: 2px 10px;
  background: var(--color-bg-light);
  color: var(--color-primary);
  border-radius: 3px;
  font-size: 12px;
  text-decoration: none;
}

.wiki-keywords a:hover {
  background: var(--color-primary);
  color: #fff;
}

/* Wiki 侧边栏 */
.wiki-sidebar {
  /* 继承 .article-sidebar 基础样式 */
}

/* Wiki 上下篇导航 */
.wiki-prevnext {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}
.wiki-prev, .wiki-next { flex: 1; }
.wiki-prev a, .wiki-next a {
  display: block;
  padding: 12px 16px;
  background: var(--color-table-stripe);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  color: var(--color-body);
  text-decoration: none;
  transition: all 0.2s;
}
.wiki-prev a:hover, .wiki-next a:hover {
  background: var(--color-bg-light);
  border-color: var(--color-primary);
}

/* Wiki 响应式 */
@media (max-width: 768px) {
  .wiki-header {
    padding: 16px 20px;
  }

  .wiki-header h1 {
    font-size: 22px;
  }

  .wiki-infocard {
    flex-direction: column;
  }

  .wiki-infocard .wiki-card {
    min-width: auto;
  }
}

/* ============================================================
   9. 案例库 (case_show) 专属样式
   ============================================================ */

/* 案例主容器 */
.case-article {
  max-width: var(--content-max-width);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--color-body);
}

/* 案件头部 */
.case-header {
  background: #f8f4f4;
  color: #3d2020;
  padding: 24px 28px;
  border-radius: 4px;
  margin-bottom: 20px;
  border-left: 6px solid #8b2500;
}

.case-header .case-no {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8b2500;
  text-transform: uppercase;
}

.case-header h1 {
  color: #3d2020 !important;
  font-size: 22px;
  margin: 8px 0 0 0;
  font-family: var(--font-heading);
  font-weight: 700;
}

.case-header .case-meta {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  opacity: 0.6;
}

/* 证据卡片网格 */
.case-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.case-evidence-item {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #6c3483;
  border-radius: 4px;
  padding: 16px;
}

.case-evidence-item h4 {
  color: #6c3483;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  font-family: var(--font-heading);
  font-weight: 600;
}

.case-evidence-item p {
  margin: 0;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* 案件正文 */
.case-body h2 {
  color: #333;
  border-bottom: 2px solid #c0392b;
  padding-bottom: 6px;
  margin-top: 32px;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
}

/* 鉴定结论 */
.case-verdict {
  background: #fdf2f2;
  border: 2px solid #c0392b;
  border-radius: 6px;
  padding: 20px 24px;
  margin-top: 24px;
}

.case-verdict h4 {
  color: #c0392b;
  margin: 0 0 8px 0;
  font-size: 15px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.case-verdict p {
  margin: 0;
  color: #444;
}

/* 案例侧边栏 */
.case-sidebar {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.case-sidebar .sidebar-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-bottom: 2px solid #c0392b;
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.case-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-sidebar li {
  font-size: var(--meta-font-size);
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  transition: background-color 0.2s;
}

.case-sidebar li:hover {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.case-sidebar li:last-child {
  border-bottom: none;
}

.case-sidebar a {
  color: var(--color-body);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.case-sidebar a:hover {
  color: #c0392b;
  text-decoration: underline;
}

.case-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 4px;
  font-weight: normal;
}

/* ============================================================
   10. 标准与规范 (standard_show) 专属样式
   ============================================================ */

/* 标准主容器 */
.std-article {
  max-width: var(--content-max-width);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--color-body);
}

/* 标准头部 */
.std-header {
  background: linear-gradient(135deg, #eaf1fb, #dce6f7);
  border-radius: 8px;
  padding: 28px 24px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid #1a56db;
}

.std-header .std-seal {
  display: inline-block;
  border: 3px solid #1a56db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #1a56db;
  background: #fff;
  margin-bottom: 8px;
  font-family: var(--font-heading);
}

.std-header h1 {
  color: #1a3c6e !important;
  font-size: 22px;
  font-family: var(--font-heading);
  margin: 6px 0;
  font-weight: 700;
}

.std-header .std-doc-no {
  font-size: 13px;
  color: #5a7394;
}

/* 状态卡片网格 */
.std-status-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.std-status-item {
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 6px;
  padding: 16px 12px;
  text-align: center;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.std-status-item .std-label {
  font-size: 11px;
  color: #7b8ba5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.std-status-item .std-value {
  font-size: 15px;
  font-weight: bold;
  color: #1a3c6e;
}

.std-status-item .std-value-valid {
  color: #1e7e34;
}

/* 法规原文区 */
.std-section-title {
  font-family: var(--font-heading);
  color: #1a56db;
  font-size: 18px;
  margin: 32px 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #eaf1fb;
  font-weight: 700;
}

.std-content {
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 6px;
  padding: 24px 24px 16px 24px;
  line-height: 2;
  font-family: var(--font-body);
}

.std-content p {
  text-indent: 2em;
  line-height: 2;
  margin: 0 0 12px 0;
}

.std-content h2,
.std-content h3 {
  font-family: var(--font-heading);
  color: #1a3c6e;
  margin: 20px 0 10px 0;
}

.std-content h3 {
  font-size: 15px;
  color: #2a5a8c;
}

/* 解读框 */
.std-interp {
  background: #eaf1fb;
  border: 1px solid #a8c4e8;
  border-radius: 6px;
  padding: 18px 24px;
  margin-top: 20px;
}

.std-interp h4 {
  color: #1a56db;
  margin: 0 0 8px 0;
  font-size: 14px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.std-interp p {
  margin: 0;
  color: #3a5070;
}

/* 标准侧边栏 */
.std-sidebar {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.std-sidebar .sidebar-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.std-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.std-sidebar li {
  font-size: var(--meta-font-size);
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  transition: background-color 0.2s;
}

.std-sidebar li:hover {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.std-sidebar li:last-child {
  border-bottom: none;
}

.std-sidebar a {
  color: var(--color-body);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.std-sidebar a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.std-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 4px;
  font-weight: normal;
}

/* ============================================================
   11. 专家论见 (interview_show) 专属样式
   ============================================================ */

/* 访谈主容器 */
.ivw-article {
  max-width: var(--content-max-width);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--color-body);
}

/* 访谈头部 */
.ivw-header {
  background: linear-gradient(135deg, #ebf7f2, #d2efe2);
  color: #0e6655;
  padding: 28px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.ivw-header .ivw-tagline {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d8a6e;
  font-family: var(--font-heading);
  font-weight: 600;
}

.ivw-header h1 {
  color: #0e6655 !important;
  font-size: 26px;
  margin: 10px 0 0 0;
  font-family: var(--font-heading);
  font-weight: 700;
}

.ivw-header .ivw-meta {
  font-size: 13px;
  color: #3d7a66;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* 核心观点 */
.ivw-keypoints {
  background: #e8f8f5;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.ivw-keypoints h4 {
  color: #0e6655;
  margin: 0 0 8px 0;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
}

.ivw-keypoints p {
  margin: 0;
  color: #444;
}

/* 访谈正文 */
.ivw-body {
  margin-bottom: 20px;
}

/* Q&A 样式 */
.ivw-qa-question {
  background: #f0faf6;
  border-left: 4px solid #1abc9c;
  padding: 14px 18px;
  border-radius: 0 6px 6px 0;
  font-weight: bold;
  color: #0e6655;
  position: relative;
  margin-bottom: 8px;
  font-family: var(--font-heading);
}

.ivw-qa-question::before {
  content: 'Q';
  position: absolute;
  left: -14px;
  top: 12px;
  background: #1abc9c;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
}

.ivw-qa-answer {
  padding: 14px 18px 14px 28px;
  color: #444;
  line-height: 1.85;
  position: relative;
  margin-bottom: 24px;
}

.ivw-qa-answer::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 14px;
  color: #1abc9c;
  font-weight: bold;
  font-size: 16px;
  font-family: var(--font-heading);
}

/* 专家卡片 */
.ivw-expert-card {
  display: flex;
  gap: 16px;
  background: #f0faf6;
  border: 1px solid #a3e4d7;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.ivw-expert-card .ivw-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1abc9c;
  color: #fff;
  text-align: center;
  line-height: 64px;
  font-size: 28px;
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-weight: bold;
}

.ivw-expert-card .ivw-expert-info h3 {
  color: #0e6655;
  margin: 0 0 4px 0;
  font-size: 16px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.ivw-expert-card .ivw-expert-info p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

/* 访谈侧边栏 */
.ivw-sidebar {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ivw-sidebar .sidebar-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-bottom: 2px solid #0e6655;
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.ivw-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ivw-sidebar li {
  font-size: var(--meta-font-size);
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  transition: background-color 0.2s;
}

.ivw-sidebar li:hover {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.ivw-sidebar li:last-child {
  border-bottom: none;
}

.ivw-sidebar a {
  color: var(--color-body);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.ivw-sidebar a:hover {
  color: #0e6655;
  text-decoration: underline;
}

.ivw-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 4px;
  font-weight: normal;
}

/* ============================================================
   12. 深度文章 (deep_show) 专属样式
   ============================================================ */

/* 深度文章主容器 */
.deep-article {
  max-width: var(--content-max-width);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--color-body);
}

/* 深度文章头部 */
.deep-header {
  background: linear-gradient(135deg, #eef1f7, #dfe3ed);
  color: #2c3e50;
  padding: 20px 28px;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
  border-left: 5px solid #6c3483;
}

.deep-header h1 {
  color: #2c3e50 !important;
  font-size: 24px;
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 700;
}

.deep-header .deep-byline {
  font-size: 13px;
  color: #5a6e82;
  margin-top: 6px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* 摘要 */
.deep-abstract {
  background: #f4f0f8;
  border-left: 4px solid #6c3483;
  padding: 20px 24px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 20px;
}

.deep-abstract h3 {
  color: #6c3483;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  font-family: var(--font-heading);
  font-weight: 600;
}

.deep-abstract p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.7;
}

/* 深度正文 */
.deep-body {
  margin-bottom: 20px;
}

.deep-body h2 {
  font-family: Georgia, serif;
  color: #2c3e50;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-top: 32px;
  font-size: 22px;
  font-weight: 700;
}

.deep-body p {
  text-align: justify;
  line-height: 1.85;
}

/* 参考文献 */
.deep-refs {
  background: #f5f5f5;
  padding: 16px 20px;
  border-radius: 4px;
  margin-top: 24px;
  counter-reset: ref;
}

.deep-refs h4 {
  color: #555;
  margin: 0 0 10px 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.deep-refs ol {
  margin: 0;
  padding-left: 20px;
  font-size: 12px;
  color: #777;
}

.deep-refs ol li {
  margin-bottom: 4px;
}

/* 深度侧边栏 */
.deep-sidebar {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.deep-sidebar .sidebar-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-bottom: 2px solid #6c3483;
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.deep-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.deep-sidebar li {
  font-size: var(--meta-font-size);
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  transition: background-color 0.2s;
}

.deep-sidebar li:hover {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.deep-sidebar li:last-child {
  border-bottom: none;
}

.deep-sidebar a {
  color: var(--color-body);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.deep-sidebar a:hover {
  color: #6c3483;
  text-decoration: underline;
}

.deep-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 4px;
  font-weight: normal;
}

.deep-sidebar a:hover {
  color: #6c3483;
}

.deep-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 2px;
}

/* ============================================================
   13. 国际前沿 (brief_show) 专属样式
   ============================================================ */

/* 简报主容器 */
.brief-article {
  max-width: var(--content-max-width);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--color-body);
}

/* 简报头部 */
.brief-header {
  background: linear-gradient(135deg, #fef9f0, #fdf0dc);
  color: #5a3800;
  padding: 28px;
  border-radius: 6px;
  margin-bottom: 16px;
  border-left: 5px solid #d35400;
}

.brief-header .brief-badge {
  display: inline-block;
  background: #d35400;
  color: #fff;
  padding: 4px 14px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.brief-header h1 {
  color: #5a3800 !important;
  font-size: 22px;
  margin: 8px 0;
  line-height: 1.4;
  font-family: var(--font-heading);
  font-weight: 700;
}

.brief-header .brief-source {
  font-size: 13px;
  color: #8a6530;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* 原文出处卡片 */
.brief-source-card {
  display: flex;
  gap: 16px;
  background: #fef9f3;
  border: 1px solid #f5cba7;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.brief-source-card .brief-source-icon {
  width: 40px;
  height: 40px;
  background: #d35400;
  border-radius: 4px;
  flex-shrink: 0;
}

.brief-source-card .brief-source-body h3 {
  color: #d35400;
  margin: 0 0 6px 0;
  font-size: 15px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.brief-source-card .brief-source-body p {
  margin: 0;
  color: #444;
}

/* 简报正文 */
.brief-body {
  margin-bottom: 20px;
}

.brief-body h2 {
  color: #a04000;
  font-size: 18px;
  margin-top: 28px;
  font-family: var(--font-heading);
  font-weight: 700;
}

/* 简报侧边栏 */
.brief-sidebar {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.brief-sidebar .sidebar-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-bottom: 2px solid #d35400;
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.brief-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.brief-sidebar li {
  font-size: var(--meta-font-size);
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  transition: background-color 0.2s;
}

.brief-sidebar li:hover {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.brief-sidebar li:last-child {
  border-bottom: none;
}

.brief-sidebar a {
  color: var(--color-body);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.brief-sidebar a:hover {
  color: #d35400;
  text-decoration: underline;
}

.brief-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 4px;
  font-weight: normal;
}

/* ============================================================
   14. 机构名录 (org_show) 专属样式
   ============================================================ */

/* 机构主容器 */
.org-article {
  max-width: var(--content-max-width);
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--color-body);
}

/* 机构头部 */
.org-header {
  background: linear-gradient(135deg, #eef3f9, #d8e3f0);
  color: #1a3a5c;
  padding: 28px;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.org-header::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 160px;
  height: 160px;
  background: rgba(36, 113, 163, 0.06);
  border-radius: 50%;
}

.org-header h1 {
  color: #1a3a5c !important;
  font-size: 24px;
  margin: 0 0 6px 0;
  font-family: var(--font-heading);
  font-weight: 700;
}

.org-header .org-tagline {
  font-size: 13px;
  color: #4a7a9b;
}

/* 机构信息表格 */
.org-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}

.org-info-table th {
  background: #2471a3;
  color: #fff;
  padding: 10px 16px;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.org-info-table td {
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.org-info-table tr:nth-child(even) td {
  background: #f7f9fc;
}

.org-info-table .org-label {
  color: #888;
  font-size: 12px;
  font-weight: 600;
}

/* 机构介绍 */
.org-body h2 {
  color: #2471a3;
  border-bottom: 2px solid #2471a3;
  padding-bottom: 6px;
  margin-top: 28px;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
}

/* 联系方式网格 */
.org-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.org-contact-item {
  background: #f7f9fc;
  border: 1px solid #d4e6f1;
  border-radius: 6px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.org-contact-item .org-contact-icon {
  font-size: 22px;
  color: #2471a3;
  font-weight: bold;
}

.org-contact-item .org-contact-text {
  font-size: 13px;
  color: #555;
}

/* 机构侧边栏 */
.org-sidebar {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.org-sidebar .sidebar-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-bottom: 2px solid #2471a3;
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.org-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.org-sidebar li {
  font-size: var(--meta-font-size);
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  transition: background-color 0.2s;
}

.org-sidebar li:hover {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

.org-sidebar li:last-child {
  border-bottom: none;
}

.org-sidebar a {
  color: var(--color-body);
  text-decoration: none;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.org-sidebar a:hover {
  color: #2471a3;
  text-decoration: underline;
}

.org-sidebar small {
  display: block;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 4px;
  font-weight: normal;
}

/* ============================================================
   15. 响应式适配 (新增模板)
   ============================================================ */

@media (max-width: 768px) {
  /* 案例库 */
  .case-evidence-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-header h1 {
    font-size: 20px;
  }

  /* 标准与规范 */
  .std-status-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .std-header h1 {
    font-size: 20px;
  }

  .std-header .std-seal {
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 18px;
  }

  /* 专家论见 */
  .ivw-header h1 {
    font-size: 22px;
  }

  .ivw-expert-card {
    flex-direction: column;
    text-align: center;
  }

  /* 深度文章 */
  .deep-header h1 {
    font-size: 22px;
  }

  /* 国际前沿 */
  .brief-header h1 {
    font-size: 20px;
  }

  .brief-source-card {
    flex-direction: column;
  }

  /* 机构名录 */
  .org-contact-grid {
    grid-template-columns: 1fr;
  }

  .org-header h1 {
    font-size: 22px;
  }

  /* 所有侧边栏 */
  .case-sidebar,
  .std-sidebar,
  .ivw-sidebar,
  .deep-sidebar,
  .brief-sidebar,
  .org-sidebar {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  /* 案例库 */
  .case-evidence-grid {
    grid-template-columns: 1fr;
  }

  .case-header h1 {
    font-size: 18px;
  }

  /* 标准与规范 */
  .std-status-grid {
    grid-template-columns: 1fr;
  }

  .std-header h1 {
    font-size: 18px;
  }

  /* 专家论见 */
  .ivw-header h1 {
    font-size: 20px;
  }

  .ivw-header .ivw-meta {
    flex-direction: column;
    gap: 8px;
  }

  /* 深度文章 */
  .deep-header h1 {
    font-size: 20px;
  }

  .deep-header .deep-byline {
    flex-direction: column;
    gap: 8px;
  }

  /* 国际前沿 */
  .brief-header h1 {
    font-size: 18px;
  }

  .brief-header .brief-source {
    flex-direction: column;
    gap: 8px;
  }

  /* 机构名录 */
  .org-header h1 {
    font-size: 20px;
  }
}

/* ===== 参考文献 ===== */
.ivw-references {
  background: #f5f6f8;
  border-left: 4px solid #2d8a6e;
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 6px 6px 0;
}

.ivw-references h4 {
  font-size: 14px;
  color: #0e6655;
  margin: 0 0 12px 0;
  font-weight: 600;
}

.ivw-references .references-content {
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.ivw-references .references-content ul,
.ivw-references .references-content ol {
  margin: 0;
  padding-left: 20px;
}

.ivw-references .references-content li {
  margin-bottom: 6px;
}

.ivw-references .references-content em {
  font-style: italic;
  color: #666;
}

/* ===== 误鉴复盘分析卡片 ===== */
.ivw-analysis-card {
  background: linear-gradient(135deg, #fef9f0, #fdf2e0);
  border-left: 4px solid #d4843a;
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
}

.ivw-analysis-card h3 {
  font-size: 16px;
  color: #b35c14;
  margin: 0 0 16px 0;
  font-weight: 700;
}

.ivw-field-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8d5b8;
}

.ivw-field-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ivw-field-label {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #d4843a;
  padding: 2px 10px;
  border-radius: 4px;
  min-width: 72px;
  text-align: center;
}

.ivw-field-value {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  padding-top: 1px;
}

.ivw-lesson .ivw-field-label {
  background: #c0392b;
}

.ivw-lesson .ivw-field-value {
  font-weight: 600;
  color: #a0402a;
}