/* ════════════════════════════════════════════════════
   基因 Wiki 长文 · scenario-content 风格继承
   2026-04-25
   ════════════════════════════════════════════════════ */

.gene-wiki-section {
  background: #fff;
  padding: 32px 0 16px;
}

.gene-wiki-section .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.gene-wiki-section .scenario-content {
  font-size: 15px;
  line-height: 1.85;
  color: #334155;
}

/* 学 scenario-content 同款样式 · 仅蓝色主题（医学）*/
.gene-wiki-section .scenario-content h2 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 36px 0 14px;
  padding-left: 12px;
  border-left: 4px solid #1565C0;
  line-height: 1.4;
}

.gene-wiki-section .scenario-content h2:first-child {
  margin-top: 0;
}

.gene-wiki-section .scenario-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 24px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #e5e7eb;
}

.gene-wiki-section .scenario-content p {
  margin: 12px 0;
  color: #334155;
}

.gene-wiki-section .scenario-content strong {
  color: #0f172a;
  font-weight: 700;
}

.gene-wiki-section .scenario-content a {
  color: #1565C0;
  text-decoration: none;
  transition: color .15s;
}

.gene-wiki-section .scenario-content a:hover {
  color: #DC2626;
  text-decoration: underline;
}

.gene-wiki-section .scenario-content ul,
.gene-wiki-section .scenario-content ol {
  padding-left: 24px;
  margin: 12px 0;
}

.gene-wiki-section .scenario-content ul li,
.gene-wiki-section .scenario-content ol li {
  margin: 6px 0;
  line-height: 1.8;
}

.gene-wiki-section .scenario-content ul li::marker {
  color: #1565C0;
}

.gene-wiki-section .scenario-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.gene-wiki-section .scenario-content table thead tr {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.gene-wiki-section .scenario-content table th {
  color: #0f172a;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 13.5px;
}

.gene-wiki-section .scenario-content table td {
  padding: 11px 14px;
  color: #475569;
  border-bottom: 1px solid #eef1f4;
  line-height: 1.7;
  font-size: 13.5px;
}

.gene-wiki-section .scenario-content table tr:hover td {
  background: #fafbfc;
}

.gene-wiki-section .scenario-content blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  background: #eff6ff;
  border-left: 3px solid #1565C0;
  border-radius: 0 8px 8px 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .gene-wiki-section .wrap { padding: 0 14px; }
  .gene-wiki-section .scenario-content { font-size: 14px; }
  .gene-wiki-section .scenario-content h2 { font-size: 19px; }
}
