/* ========== style.css ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}

/* 首页现代化视觉 */
.home-page {
  background: radial-gradient(circle at 20% -10%, #dbeafe 0%, #f8f9fa 35%, #f8f9fa 100%);
}

.home-page .breadcrumb {
  background: transparent;
  border-bottom: 0;
}

.home-page .slider.hero-banner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  max-height: 300px;
  margin-bottom: 34px;
  padding: 0;
  background: #0f172a;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.28);
}

.home-page .hero-banner ul,
.home-page .hero-banner ol {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}

.home-page .hero-banner li {
  width: 100%;
  height: 100%;
}

.home-page .hero-banner .hero-auto-slide-item {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.55s ease;
}

.home-page .hero-banner .hero-auto-slide-item.is-active {
  opacity: 1;
  z-index: 1;
}

.home-page .hero-banner li[style*="background-image"] {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.home-page .hero-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-page .hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.home-page .hero-kicker {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 13px;
  margin-bottom: 12px;
}

.home-page .hero-content h1 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.home-page .hero-content p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 620px;
}

.home-page .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.home-page .hero-chips span {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 13px;
}

.home-page .card {
  border: 1px solid #e9eef7;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

.home-page .card:hover {
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.1);
  transform: translateY(-2px);
}

.home-page .card-title {
  border-bottom-color: #3b82f6;
}

.home-page .topic-hub-card .btn {
  width: 100%;
  text-align: center;
}

.home-page .cat-card {
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.home-page .cat-grid {
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}

.home-page .cat-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.home-page .cat-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #bfdbfe, #93c5fd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.home-page .cat-card h3 {
  margin: 0;
}

.home-page .cat-summary {
  margin: 4px 0 0;
}

.home-page .cat-links {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
}

.home-page .cat-links li a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  background: #eef4ff;
  color: #1f2937;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: '';
}

.home-page .cat-links li a:hover {
  background: #dbeafe;
  color: #1d4ed8;
  text-decoration: none;
}

.home-page .cat-action {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: #1d4ed8;
  color: #fff;
  font-weight: 600;
}

.home-page .cat-action:hover {
  background: #1e40af;
  color: #fff;
  text-decoration: none;
}

/* 首页信息流（最新科普 + 热门问答） */
.insight-lab {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 22px;
  margin: 30px 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2px;
}

.insight-pane {
  background: #fff;
  border: 1px solid #dbe7ff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.06);
  min-width: 0;
}

.insight-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.insight-head h2 {
  font-size: 20px;
  margin: 0;
}

.insight-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.14);
}

.premium-hub .insight-pane {
  border: 1px solid #cfe0ff;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.premium-hub {
  align-items: stretch;
}

.wellness-pane {
  display: flex;
  flex-direction: column;
}

.tcm-feature {
  display: block;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
  color: #fff;
}

.tcm-feature:hover {
  color: #fff;
  text-decoration: none;
}

.tcm-feature-mark {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
}

.tcm-feature h3 {
  margin: 8px 0 6px;
  line-height: 1.35;
}

.tcm-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
}

.tcm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.tcm-item {
  display: block;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #fff;
  padding: 9px 10px;
  min-width: 0;
  overflow: hidden;
}

.tcm-item strong {
  display: block;
  color: #4f46e5;
  font-size: 14px;
}

.tcm-item span {
  display: block;
  color: #475569;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: '';
}

.tcm-item:hover {
  text-decoration: none;
  background: #eef2ff;
}

.wellness-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.wellness-tile {
  display: block;
  border: 1px solid #dbeafe;
  background: #f1f5ff;
  border-radius: 10px;
  padding: 9px 10px;
}

.wellness-tile strong {
  display: block;
  color: #1d4ed8;
  font-size: 14px;
}

.wellness-tile span {
  display: block;
  color: #64748b;
  font-size: 12px;
}

.wellness-tile:hover {
  text-decoration: none;
  background: #e0ecff;
}

.wellness-v2-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.wellness-v2-nav a {
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #bfecea;
  background: #ecfeff;
  color: #0f766e;
  font-size: 13px;
  font-weight: 600;
}

.wellness-v2-nav a:hover {
  text-decoration: none;
  background: #ccfbf1;
}

.wellness-v2-hero {
  display: block;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(135deg, #0f766e 0%, #0ea5a6 55%, #2563eb 100%);
}

.wellness-v2-hero:hover {
  color: #fff;
  text-decoration: none;
}

.wellness-v2-tag {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
}

.wellness-v2-hero h3 {
  margin: 8px 0 6px;
  line-height: 1.35;
  font-size: 20px;
}

.wellness-v2-hero p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.wellness-v2-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 4px;
}

.wellness-v2-feed::-webkit-scrollbar {
  width: 8px;
}

.wellness-v2-feed::-webkit-scrollbar-thumb {
  background: #99f6e4;
  border-radius: 999px;
}

.wellness-v2-card {
  display: block;
  border: 1px solid #cfeeea;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fffd 100%);
  padding: 10px;
  min-width: 0;
  overflow: hidden;
}

.wellness-v2-card strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  color: #0f766e;
  background: #e6fffb;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  padding: 1px 8px;
}

.wellness-v2-card span {
  display: block;
  color: #1f2937;
  line-height: 1.45;
  min-height: 40px;
}

.wellness-v2-card em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-size: 12px;
  color: #64748b;
}

/* 健康问答卡片文字可见性兜底：避免个别环境出现“可点击但无字” */
.wellness-v2-card strong,
.wellness-v2-card span,
.wellness-v2-card em {
  opacity: 1 !important;
  visibility: visible !important;
}

.wellness-v2-card span {
  color: #1f2937 !important;
  line-height: 1.45 !important;
  font-size: 14px !important;
}

.wellness-v2-card em {
  color: #64748b !important;
  line-height: 1.4 !important;
}

/* 健康问答稳妥版：朴素列表，优先保证文字可见 */
.qa-stable-pane {
  display: flex;
  flex-direction: column;
}

.qa-stable-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.qa-stable-nav a {
  display: inline-flex !important;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #bfecea;
  background: #ecfeff;
  color: #0f766e !important;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

.qa-stable-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.qa-stable-list li {
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #d9eceb;
}

.qa-stable-list li:last-child {
  border-bottom: 0;
}

.sidebar .qa-stable-list li {
  display: block;
  align-items: initial;
  gap: 0;
}

.qa-stable-title {
  display: block !important;
  color: #0f172a !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  padding-right: 0;
  text-decoration: none;
}

.qa-stable-title:hover {
  color: #0f766e !important;
  text-decoration: none;
}

.qa-stable-meta {
  display: block;
  margin-top: 4px;
  color: #64748b !important;
  font-size: 12px;
  line-height: 1.35;
}

/* 健康问答升级版：视觉增强但保持字段稳定输出 */
.qa-modern-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.qa-modern-feature {
  display: block;
  border: 1px solid #99f6e4;
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(135deg, #0f766e 0%, #0ea5a6 55%, #2563eb 100%);
  color: #fff !important;
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
}

.qa-modern-feature:hover {
  text-decoration: none;
  color: #fff !important;
}

.qa-modern-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
}

.qa-modern-feature h3 {
  margin: 8px 0 6px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.qa-modern-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.qa-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.qa-modern-card {
  display: block;
  border: 1px solid #cfeeea;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fffd 100%);
  padding: 10px;
  min-width: 0;
  text-decoration: none;
  overflow: hidden;
}

.qa-modern-card:hover {
  text-decoration: none;
  border-color: #5eead4;
  background: #f0fdfa;
}

.qa-modern-card strong {
  display: inline-flex;
  align-items: center;
  padding: 1px 8px;
  border-radius: 999px;
  border: 1px solid #99f6e4;
  background: #e6fffb;
  color: #0f766e;
  font-size: 12px;
}

.qa-modern-title {
  display: block;
  margin-top: 6px;
  color: #1f2937 !important;
  font-size: 14px;
  line-height: 1.45;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.qa-modern-card em {
  display: block;
  margin-top: 6px;
  color: #64748b !important;
  font-style: normal;
  font-size: 12px;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wellness-v2-card:hover {
  text-decoration: none;
  border-color: #5eead4;
  background: #f0fdfa;
}

.wellness-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.wellness-quick-nav a {
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #bde7e4;
  background: #effcfb;
  color: #0f766e;
  font-size: 13px;
  font-weight: 600;
}

.wellness-quick-nav a:hover {
  text-decoration: none;
  background: #d6f5f3;
}

.wellness-brief {
  display: block;
  border: 1px solid #bde7e4;
  background: linear-gradient(180deg, #effcfb 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.wellness-brief strong {
  display: inline-block;
  color: #0f766e;
  font-size: 12px;
  margin-bottom: 5px;
}

.wellness-brief span {
  display: block;
  color: #1f2937;
  line-height: 1.5;
}

.wellness-brief:hover {
  text-decoration: none;
  background: #f5fefd;
}

.wellness-simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wellness-simple-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed #d9eceb;
}

.wellness-simple-list a {
  color: #1f2937;
}

.wellness-simple-list a:hover {
  color: #0f766e;
  text-decoration: none;
}

.wellness-simple-list span {
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
}

.wellness-focus {
  display: block;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #0f766e 0%, #0ea5a6 58%, #38bdf8 100%);
  color: #fff;
}

.wellness-focus:hover {
  color: #fff;
  text-decoration: none;
}

.wellness-focus-tag {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
}

.wellness-focus h3 {
  margin: 8px 0 6px;
  line-height: 1.35;
}

.wellness-focus p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.wellness-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.wellness-metrics span {
  display: block;
  text-align: center;
  background: #eefaf9;
  border: 1px solid #bfecea;
  border-radius: 10px;
  padding: 7px 8px;
  font-size: 13px;
  color: #0f766e;
  font-weight: 600;
}

.wellness-stream-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 620px;
  overflow-y: auto;
  padding-right: 4px;
}

.wellness-stream-grid::-webkit-scrollbar {
  width: 8px;
}

.wellness-stream-grid::-webkit-scrollbar-thumb {
  background: #bae6fd;
  border-radius: 999px;
}

.wellness-stream-card {
  display: block;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #fff;
  padding: 9px 10px;
  min-height: 88px;
}

.wellness-stream-card strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  color: #0f766e;
  background: #e6fffb;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  padding: 1px 8px;
}

.wellness-stream-card span {
  display: block;
  color: #1f2937;
  line-height: 1.45;
  min-height: 40px;
}

.wellness-stream-card em {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-style: normal;
  font-size: 12px;
}

.wellness-stream-card:hover {
  text-decoration: none;
  border-color: #67e8f9;
  background: #f0fdfa;
}

.wellness-stream {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wellness-stream li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #e2e8f0;
}

.wellness-stream li span {
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
}

.science-feature {
  display: block;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 60%, #3b82f6 100%);
  color: #fff;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
}

.science-feature:hover {
  text-decoration: none;
  color: #fff;
}

.science-feature-tag {
  display: inline-block;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 2px 8px;
}

.science-feature h3 {
  margin: 8px 0 6px;
  font-size: 18px;
  line-height: 1.35;
}

.science-feature p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 0 0 10px;
}

.science-feature-meta {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.science-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.science-card {
  display: block;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 8px 10px;
  background: #f8fbff;
  color: #1f2937;
  font-size: 14px;
}

.science-card span {
  display: inline-block;
  margin-right: 8px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
}

.science-card:hover {
  text-decoration: none;
  background: #eff6ff;
  border-color: #93c5fd;
}

.qa-cloud {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.qa-chip {
  display: block;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 10px 12px;
  color: #1f2937;
}

.qa-chip span {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #475569;
  background: #e2e8f0;
  border-radius: 999px;
  padding: 2px 8px;
}

.qa-chip:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  text-decoration: none;
}

/* 热门药物现代化模块 */
.med-showcase {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.06);
  overflow: hidden;
}

.med-feature {
  display: block;
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  border-radius: 14px;
  padding: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.med-feature:hover {
  text-decoration: none;
  color: #fff;
}

.med-feature-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
}

.med-feature h3 {
  margin: 8px 0 6px;
  font-size: 22px;
}

.med-feature p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.med-feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.med-feature-meta span {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
}

.med-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.med-card {
  display: block;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
  padding: 10px;
  color: #1f2937;
  min-width: 0;
  overflow: hidden;
}

.med-card strong {
  display: block;
  color: #1d4ed8;
  font-size: 15px;
  margin-bottom: 3px;
}

.med-card span {
  display: block;
  font-size: 13px;
  color: #475569;
}

.med-card:hover {
  text-decoration: none;
  border-color: #93c5fd;
  background: #eaf2ff;
}

/* 热门检查按特征展示 */
.check-showcase {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.06);
}

.check-feature {
  background: linear-gradient(135deg, #eff6ff 0%, #eef2ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}

.check-feature h3 {
  margin: 0 0 6px;
  color: #1d4ed8;
}

.check-feature p {
  margin: 0 0 10px;
  color: #475569;
  font-size: 14px;
}

.check-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.check-badges span {
  background: #dbeafe;
  color: #1e3a8a;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
}

.check-sub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.check-sub-nav a {
  background: #dbeafe;
  color: #1e3a8a;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
}

.check-sub-nav a:hover {
  background: #bfdbfe;
  text-decoration: none;
}

.check-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.check-article-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.home-page .check-article-grid > .check-type-card {
  grid-column: 1 / -1;
}

/* 首页保健图文模块 */
.wellcare-showcase {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.06);
}

.wellcare-head p {
  margin: 0 0 10px;
  color: #475569;
}

.wellcare-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.wellcare-nav a {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 13px;
}

.wellcare-nav a:hover {
  background: #dbeafe;
  text-decoration: none;
}

.wellcare-top {
  display: grid;
  grid-template-columns: 1.2fr minmax(0, 0.8fr);
  gap: 12px;
  margin-bottom: 12px;
  align-items: start;
}

.wellcare-feature {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 0;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
  align-self: start;
}

.wellcare-feature-thumb {
  display: block;
  min-height: 190px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.55) 0%, transparent 42%),
    linear-gradient(135deg, #bfdbfe 0%, #93c5fd 60%, #60a5fa 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.wellcare-feature-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wellcare-feature-body {
  padding: 14px 14px 14px 0;
  min-width: 0;
}

.wellcare-feature-body h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.35;
}

.wellcare-feature-body h3 a {
  color: #0f172a;
}

.wellcare-feature-body h3 a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.wellcare-feature-body p {
  margin: 0 0 10px;
  color: #334155;
  line-height: 1.75;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wellcare-meta {
  display: flex;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
}

.wellcare-meta span,
.wellcare-meta time {
  display: inline-flex;
  align-items: center;
  padding: 1px 8px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
}

.wellcare-hot {
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 12px;
  min-width: 0;
}

.wellcare-hot h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #1e3a8a;
}

.wellcare-hot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.wellcare-hot li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px dashed #dbeafe;
  padding: 5px 0;
  min-width: 0;
}

.wellcare-hot li:last-child {
  border-bottom: 0;
}

.wellcare-hot li a {
  flex: 1;
  min-width: 0;
  color: #0f172a;
}

.wellcare-hot li a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.wellcare-hot li time {
  color: #94a3b8;
  font-size: 12px;
  white-space: nowrap;
}

.wellcare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wellcare-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  min-width: 0;
}

.wellcare-card-thumb {
  display: block;
  height: 110px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.52) 0%, transparent 44%),
    linear-gradient(135deg, #dbeafe 0%, #bfdbfe 58%, #93c5fd 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.wellcare-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wellcare-card-body {
  padding: 10px;
  min-width: 0;
}

.wellcare-card-body h4 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.45;
}

.wellcare-card-body h4 a {
  color: #0f172a;
}

.wellcare-card-body h4 a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.wellcare-card-body p {
  margin: 0 0 6px;
  color: #475569;
  font-size: 13px;
  line-height: 1.65;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wellcare-card-body time {
  color: #94a3b8;
  font-size: 12px;
}

.check-type-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  background: #f8fbff;
}

.check-type-card h4 {
  margin: 0 0 8px;
  color: #1f2937;
}

.check-type-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-type-card li + li {
  margin-top: 6px;
}

.check-type-card a {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 7px 10px;
  color: #334155;
  font-size: 14px;
}

.check-type-card a:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  text-decoration: none;
}

.insight-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

.insight-more-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 600;
}

.insight-more-link:hover {
  background: #dbeafe;
  text-decoration: none;
}


a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.2s;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 头部 */
.header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
  z-index: 100;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 20px;
}

.logo a {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo span {
  font-size: 28px;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  color: #007bff;
  cursor: pointer;
  user-select: none;
}

/* 导航 */
.nav {
  flex: 1;
  margin-left: 40px;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 20px;
}

.nav-list li {
  position: relative;
}

.nav-list a {
  color: #333;
  font-weight: 500;
  padding: 10px 0;
  display: inline-block;
}

.nav-list a:hover {
  color: #007bff;
}

/* 下拉菜单 */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 10px 0;
  width: 6em;
  min-width: 6em;
  max-width: 6em;
  box-sizing: border-box;
  z-index: 1000;
}

.nav-list li:hover .dropdown-menu {
  display: block;
}

/* 无子栏目时，不显示空下拉框 */
.dropdown-menu:empty {
  display: none !important;
}

.nav-list li:hover .dropdown-menu:empty {
  display: none !important;
}

.dropdown-menu a {
  padding: 8px 8px;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #f1f1f1;
  color: #007bff;
}

/* 兼容系统二级栏目输出的 ul/li 结构，避免撑破一级导航 */
.dropdown-menu ul,
.dropdown-menu ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
  position: static;
}

.dropdown-menu li a {
  padding: 8px 8px;
  display: block;
  white-space: nowrap;
}

/* 兼容 getsonclass 返回 ul/dl 结构（无 dropdown-menu class） */
.nav-list > li > ul,
.nav-list > li > dl {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 10px 0;
  width: 6em;
  min-width: 6em;
  max-width: 6em;
  box-sizing: border-box;
  z-index: 1000;
  list-style: none;
  margin: 0;
}

.nav-list > li:hover > ul,
.nav-list > li:hover > dl {
  display: block;
}

.nav-list > li > ul li,
.nav-list > li > dl dd {
  margin: 0;
  padding: 0;
}

.nav-list > li > ul li a,
.nav-list > li > dl dd a {
  padding: 8px 8px;
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.nav-list > li > ul li a:hover,
.nav-list > li > dl dd a:hover {
  background: #f1f1f1;
  color: #007bff;
}

/* 搜索框 */
.search form {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
}

.search input {
  border: none;
  padding: 10px 16px;
  width: 220px;
  outline: none;
  font-size: 14px;
}

.search button {
  background: #007bff;
  border: none;
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s;
}

.search button:hover {
  background: #0056b3;
}

/* 面包屑 */
.breadcrumb {
  background: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666;
}

.breadcrumb a {
  color: #007bff;
}

.breadcrumb span {
  margin: 0 5px;
  color: #999;
}

/* 主内容区与侧边栏布局 */
.main-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin: 30px auto;
}

/* 卡片通用样式 */
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 20px;
  transition: box-shadow 0.2s;
}

.card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007bff;
  display: inline-block;
}

/* 侧边栏模块 */
.sidebar .card {
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar li a {
  color: #333;
  flex: 1;
}

.sidebar li a:hover {
  color: #007bff;
}

/* 标签云 */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.2s;
}

.tag:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

/* 热门标签云独立排版（避免被全站标题截断规则干扰） */
.hot-tags-section .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  align-content: flex-start;
  font-size: 0;
}

.hot-tags-section .tag-cloud .tag {
  display: inline-flex !important;
  align-items: center;
  max-width: none !important;
  padding: 5px 12px !important;
  padding-right: 12px !important;
  border-radius: 999px;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
  word-break: keep-all !important;
  line-height: 1.2;
  margin: 0;
  font-size: 14px;
}

.hot-tags-section .tag-cloud .tag:empty {
  display: none !important;
}

.tag-blue { background: #007bff; }
.tag-green { background: #28a745; }
.tag-orange { background: #fd7e14; }
.tag-purple { background: #6f42c1; }
.tag-pink { background: #e83e8c; }

/* 首页热门标签云重设计 */
.tag-cloud-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tag-pack {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 12px;
  min-width: 0;
}

.tag-pack-title {
  margin: 0 0 8px;
  font-size: 14px;
  color: #1e3a8a;
}

.tag-pack-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-cloud-v2 .tag-pack-items .tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

/* 按钮 */
.btn {
  display: inline-block;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  transition: opacity 0.2s;
  border: none;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

/* 幻灯片占位 */
.slider {
  background: #e9ecef;
  border-radius: 12px;
  height: 300px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 24px;
}

/* 分类网格 */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}

.cat-card .cat-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.cat-card .cat-summary {
  color: #6c757d;
  font-size: 14px;
  margin: 8px 0 12px;
}

.cat-card ul {
  margin: 0 0 12px;
  list-style: none;
}

.cat-card li {
  margin-bottom: 8px;
}

.cat-card .more {
  color: #007bff;
  font-weight: 500;
}

/* 两列混合区域 */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}

.two-col ul {
  list-style: none;
  margin-top: 15px;
}

.two-col li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}

.two-col .date {
  color: #999;
  font-size: 14px;
}

/* 横向滚动卡片 */
.scroll-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
}

.scroll-card {
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.scroll-card h4 {
  margin-bottom: 8px;
  color: #007bff;
}

/* 专题卡片 */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.topic-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 专题发文运营板块 */
.topic-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0;
}

.topic-hub-card h3 {
  margin-bottom: 8px;
}

.topic-hub-meta {
  color: #6c757d;
  font-size: 13px;
  margin: 10px 0 8px;
}

.topic-post-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 14px;
  margin: 0 0 14px;
  padding: 0;
}

.topic-post-list li {
  margin-bottom: 6px;
  min-width: 0;
}


/* 合作伙伴 */
.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  justify-content: center;
}

.partner-item {
  background: #e9ecef;
  border-radius: 8px;
  padding: 10px 20px;
  min-width: 120px;
  text-align: center;
}

/* 底部 */
.footer {
  background: #343a40;
  color: #fff;
  padding: 40px 0 20px;
  margin-top: 40px;
}

.footer a {
  color: #adb5bd;
}

.footer a:hover {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #495057;
  padding-top: 20px;
  font-size: 14px;
  color: #adb5bd;
}

/* 列表页 */
.sub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.sub-nav a {
  background: #e9ecef;
  padding: 5px 15px;
  border-radius: 30px;
  color: #333;
  font-size: 14px;
}

.sub-nav a:hover {
  background: #007bff;
  color: #fff;
}

.article-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.article-item h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.article-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.article-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  margin-top: 12px;
  font-size: 0;
}

.article-tags-label {
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.article-tags a {
  background: #e9ecef;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
  color: #333;
  margin: 0;
}

.article-tags a:hover {
  background: #007bff;
  color: #fff;
}

.article-tags a:empty {
  display: none !important;
}

/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
}

.pagination a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #333;
}

.pagination a.active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination a:hover {
  background: #e9ecef;
}

/* 内容页目录 */
.toc {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  border-left: 4px solid #007bff;
}

.toc ul {
  list-style: none;
  margin-top: 10px;
}

.toc li {
  margin-bottom: 5px;
}

.toc a {
  color: #333;
}

/* 审核卡片 */
.reviewer-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #e9ecef;
  border-radius: 12px;
  padding: 15px;
  margin: 20px 0;
}

.avatar {
  width: 60px;
  height: 60px;
  background: #adb5bd;
  border-radius: 50%;
}

/* 相关网格 */
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 15px 0;
}

/* 内容页-上下篇现代导航 */
.article-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.pager-card {
  display: block;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 14px;
  color: #0f172a;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.pager-card:hover {
  text-decoration: none;
  border-color: #93c5fd;
  background: #eff6ff;
}

.pager-label {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  background: #dbeafe;
  border: 1px solid #bfdbfe;
}

.pager-card strong {
  display: block;
  margin: 8px 0 6px;
  line-height: 1.4;
  font-size: 16px;
}

.pager-card p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.pager-date {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 12px;
}

/* 内容页-相关文章推荐升级 */
.related-reco-section {
  padding: 18px;
}

.related-reco-intro {
  margin: 0 0 12px;
  color: #64748b;
  line-height: 1.7;
}

.related-reco-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.related-reco-card {
  display: block;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 10px 11px;
  color: #0f172a;
}

.related-reco-card:hover {
  text-decoration: none;
  border-color: #93c5fd;
  background: #eff6ff;
}

.related-reco-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.45;
}

.related-reco-card span {
  color: #64748b;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.65;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-reco-card em {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  font-style: normal;
}

.related-like-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.related-like-item {
  min-width: 0;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 10px 11px;
}

.related-like-title {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.related-like-title:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.related-like-desc {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-like-item em {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 12px;
  font-style: normal;
}


/* 列表页对齐修正 */
.list-page .main-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.list-page .main-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.list-page .sidebar {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
}

.list-page .sidebar .card {
  overflow: hidden;
}

.list-page .main-content h1 {
  margin: 0 0 10px;
}

.list-page .topic-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-page .topic-hub-grid {
  grid-template-columns: repeat(2, 1fr);
}

.list-page .sub-nav {
  justify-content: center;
}

.list-page .card-title {
  margin-left: auto;
  margin-right: auto;
}

/* 列表页文章列表现代化 */
.list-page .article-list-panel {
  padding-top: 20px;
  display: block;
}

.list-page .list-main-title {
  display: block;
  margin: 0 0 10px;
  text-align: left;
  font-size: 30px;
  line-height: 1.25;
}

.list-page .list-seo-intro {
  margin: 0 0 12px;
  color: #475569;
  line-height: 1.8;
}

.list-page .list-seo-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.list-page .list-seo-topics a {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
}

.list-page .list-seo-topics a:hover {
  text-decoration: none;
  background: #dbeafe;
}

.list-page .main-content > .card {
  border: 1px solid #dbe7ff;
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.list-page .article-item {
  border: 1px solid #dbeafe;
  border-left: 3px solid #60a5fa;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  display: flex;
  gap: 12px;
  align-items: flex-start;
  overflow: hidden;
}

.list-page .article-item::before {
  content: none;
}

.list-page .article-thumb {
  display: inline-block;
  width: 160px;
  min-width: 160px;
  height: 100px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.65) 0%, transparent 44%),
    linear-gradient(135deg, #bfdbfe 0%, #93c5fd 55%, #60a5fa 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.list-page .article-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.list-page .article-main {
  flex: 1;
  min-width: 0;
}

.list-page .article-item:last-child {
  margin-bottom: 0;
}

.list-page .article-item h2 {
  font-size: 18px;
  line-height: 1.38;
  margin: 0 0 6px;
}

.list-page .article-item h2 a {
  color: #0f172a;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: '';
}

.list-page .article-item h2 a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.list-page .article-meta {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
}

.list-page .article-meta > span {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 1px 6px;
}

.list-page .article-tags {
  display: block;
  width: 100%;
  margin-top: 6px;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.list-page .article-tags a {
  display: inline-block;
  background: transparent;
  border: 0;
  color: #475569;
  padding: 0;
  border-radius: 0;
  line-height: 1.6;
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: '';
  max-width: 100%;
}

.list-page .article-tags a + a::before {
  content: ",";
  color: #94a3b8;
  margin: 0 2px 0 0;
}

.list-page .article-tags a:hover {
  background: transparent;
  color: #1d4ed8;
  text-decoration: none;
}

.list-page .article-desc {
  margin: 0;
  color: #334155;
  line-height: 1.65;
  max-height: 3.3em;
  overflow: hidden;
}

.list-page .pagination a {
  border: 1px solid #dbeafe;
  background: #fff;
  border-radius: 10px;
}

.list-page .pagination a.active {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: #2563eb;
}

/* 列表页侧栏-热门文章增强 */
.list-page .hot-rich-list,
.article-page .hot-rich-list {
  display: grid;
  gap: 8px;
}

.list-page .hot-rich-list li,
.article-page .hot-rich-list li {
  display: block;
  margin: 0;
  padding: 10px 10px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fbff;
}

.list-page .hot-rich-list li a,
.article-page .hot-rich-list li a {
  display: block;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.45;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: '';
  word-break: keep-all;
  padding-right: 0.35em;
}

.list-page .hot-rich-list li a:hover,
.article-page .hot-rich-list li a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.list-page .hot-rich-meta,
.article-page .hot-rich-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}

.list-page .hot-rich-meta span,
.article-page .hot-rich-meta span {
  display: inline-flex;
  align-items: center;
  padding: 1px 7px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
}

.list-page .hot-rich-meta .hot-rich-cat,
.article-page .hot-rich-meta .hot-rich-cat {
  color: #1d4ed8;
  border-color: #bfdbfe;
  background: #dbeafe;
}

/* 列表页侧栏-推荐文章（标题+时间） */
.list-page .rec-time-list li,
.article-page .rec-time-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
  padding: 6px 0;
  border-bottom: 1px dashed #e2e8f0;
}

.list-page .rec-time-list li a,
.article-page .rec-time-list li a {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: '';
  word-break: keep-all;
  padding-right: 0.35em;
}

.list-page .rec-time-list li a:hover,
.article-page .rec-time-list li a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.list-page .rec-time-list li span,
.article-page .rec-time-list li span {
  color: #94a3b8;
  font-size: 12px;
  white-space: nowrap;
}

/* 列表页侧栏-推荐文章（小图文） */
.list-page .rec-thumb-list {
  display: grid;
  gap: 8px;
}

.list-page .rec-thumb-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin: 0;
}

.list-page .rec-thumb {
  width: 48px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #1e3a8a;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 1px solid #bfdbfe;
}

.list-page .rec-thumb-body {
  min-width: 0;
}

.list-page .rec-thumb-body a {
  display: block;
  margin-bottom: 2px;
}

.list-page .rec-thumb-body span {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  white-space: nowrap;
}


/* 内容页对齐修正 */
.article-page .main-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.article-page .main-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.article-page .main-content > .card {
  min-width: 0;
  overflow: hidden;
}

.article-page .sidebar {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
}

.article-page .sidebar .card {
  overflow: hidden;
}

.article-page .main-content h1 {
  margin: 0 0 12px;
}

/* 中小屏过渡段（避免列表页/内容页主栏与侧栏挤压重叠） */
@media (max-width: 1024px) {
  .list-page .main-grid,
  .article-page .main-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .list-page .sidebar,
  .article-page .sidebar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .list-page .main-content,
  .article-page .main-content {
    min-width: 0;
  }

  .list-page .article-item {
    display: block;
  }

  .list-page .article-thumb {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 10px;
  }
}

/* 小笔记本过渡段（保留双栏但降低侧栏占比） */
@media (min-width: 1025px) and (max-width: 1150px) {
  .list-page .main-grid,
  .article-page .main-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
  }

  .list-page .sidebar,
  .article-page .sidebar {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
  }

  .list-page .article-item {
    gap: 10px;
    padding: 10px;
  }

  .list-page .article-thumb {
    width: 140px;
    min-width: 140px;
    height: 88px;
  }
}

.article-page .article-body h2 {
  margin: 18px 0 10px;
}

.article-page .article-body,
.article-page .article-images,
.article-page .article-cover {
  min-width: 0;
}

.article-page .article-body img,
.article-page .article-images img {
  display: block;
  width: min(100%, 760px);
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  margin: 12px auto;
  border-radius: 10px;
  background: #e2e8f0;
}

.article-page .article-cover img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

/* 2026 全站视觉升级（统一覆盖） */
:root {
  --brand-1: #2563eb;
  --brand-2: #7c3aed;
  --text-1: #0f172a;
  --text-2: #334155;
  --line-soft: #dbe7ff;
}

body {
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: var(--text-1);
  background:
    radial-gradient(circle at 8% -10%, rgba(37, 99, 235, 0.1), transparent 40%),
    radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.08), transparent 32%),
    #f3f7ff;
}

a {
  color: #1d4ed8;
}

a:hover {
  color: #1e40af;
}

.header {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}

.logo a {
  color: #1e3a8a;
  letter-spacing: 0.2px;
}

.nav-list {
  gap: 12px;
}

.nav-list a {
  padding: 8px 12px;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.nav-list a:hover {
  background: #eaf1ff;
  color: #1d4ed8;
  text-decoration: none;
}

.dropdown-menu {
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.search form {
  border: 1px solid #cbdcfb;
  background: #fff;
}

.search input {
  color: #0f172a;
}

.search button {
  background: linear-gradient(135deg, var(--brand-1), #1d4ed8);
}

.breadcrumb {
  background: transparent;
  border-bottom: 0;
  color: #475569;
  padding: 14px 0;
}

.main-grid {
  margin: 34px auto;
}

.card,
.topic-card,
.scroll-card,
.partner-item {
  border-radius: 16px;
  border: 1px solid var(--line-soft);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.card:hover,
.topic-card:hover,
.scroll-card:hover {
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.card-title {
  border-bottom: 0;
  background: linear-gradient(90deg, #1d4ed8, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.26);
}

.sub-nav a,
.check-sub-nav a {
  border: 1px solid #d6e4ff;
  background: #eef4ff;
}

.sub-nav a:hover,
.check-sub-nav a:hover {
  background: #dbeafe;
  color: #1e3a8a;
}

.article-item {
  border-bottom: 1px solid #e2e8f0;
}

.article-item h2 a {
  color: #0f172a;
}

.article-item h2 a:hover {
  color: #1d4ed8;
}

.article-meta {
  color: #64748b;
}

.article-tags a {
  background: #eef4ff;
  color: #334155;
  border: 1px solid #dbeafe;
}

.article-tags a:hover {
  background: #dbeafe;
  color: #1d4ed8;
}

.toc {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border-left: 4px solid #3b82f6;
}

.reviewer-card {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid #dbeafe;
}

.pagination a {
  background: #fff;
  border: 1px solid #dbeafe;
}

.pagination a.active {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: #2563eb;
}

.footer {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 22px 0 12px;
  margin-top: 28px;
}

.footer a {
  color: #cbd5e1;
}

.footer a:hover {
  color: #fff;
}

.footer-bottom {
  border-top-color: rgba(148, 163, 184, 0.35);
  padding-top: 12px;
  margin-top: 12px;
  font-size: 13px;
}

.footer-grid {
  gap: 12px;
  margin-bottom: 8px;
}

.footer h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(148, 163, 184, 0.1);
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1;
}

.footer-links a:hover {
  background: rgba(59, 130, 246, 0.22);
  border-color: rgba(96, 165, 250, 0.55);
  color: #fff;
  text-decoration: none;
}

/* 全站数据标题统一：单行 + 超出省略 */
.sidebar li a,
.topic-hub-card h3 a,
.topic-post-list a,
.topic-card h3 a,
.topic-hub-meta,
.scroll-card h4 a,
.science-card,
.tcm-item span,
.wellness-v2-nav a,
.wellness-simple-list a,
.wellness-v2-card span,
.med-card strong,
.med-card span,
.sub-nav a,
.check-sub-nav a,
.check-type-card a,
.article-item h2 a,
.article-tags a,
.related-grid a,
.qa-chip,
.news-title,
.tag-cloud .tag,
.footer-links a,
.partner-item,
.cat-links li a {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: '';
}

/* 说明类文案：允许换行，不做单行裁切 */
.cat-summary,
.topic-hub-card > p,
.tcm-feature p,
.wellness-v2-hero p,
.med-feature p,
.check-feature p {
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  word-break: break-word;
}

/* 关键标题区块：后端已安全截断，前端禁止二次像素裁切，避免半个字符 */
.topic-post-list a,
.cat-links li a,
.list-page .hot-rich-list li a,
.article-page .hot-rich-list li a,
.list-page .rec-time-list li a,
.article-page .rec-time-list li a,
.article-item h2 a,
.tcm-feature h3,
.tcm-item strong,
.med-feature h3,
.med-card strong,
.wellcare-feature-body h3 a,
.wellcare-card-body h4 a,
.qa-modern-title,
.related-like-title,
.z1825bmeta-tags a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: '';
  word-break: keep-all;
  padding-right: 0.35em;
}

/* 健康生活/健康问答：允许换行，防止长词撑出卡片 */
.wellness-v2-card span {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sidebar li a,
.wellness-simple-list li a,
.two-col li a {
  min-width: 0;
  flex: 1;
}

/* 板块容器兜底：确保省略规则在 grid/flex 场景稳定生效 */
.topic-post-list li,
.cat-links li,
.check-type-card li,
.article-item,
.related-grid > div,
.footer-links li,
.sidebar li {
  min-width: 0;
}

/* 响应式 */
@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
  .breadcrumb {
    font-size: 13px;
    padding: 8px 0;
    line-height: 1.5;
    word-break: break-word;
  }
  .card {
    padding: 14px;
    border-radius: 12px;
  }
  .card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .header .container {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .logo {
    min-width: 0;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .nav {
    display: none;
    width: 100%;
    margin: 10px 0 0;
    flex: 0 0 100%;
    order: 3;
  }
  .nav.mobile-open {
    display: block;
  }
  .nav-list {
    display: block;
    gap: 0;
  }
  .nav-list > li {
    border-top: 1px solid #e5e7eb;
  }
  .nav-list > li > a {
    display: block;
    width: 100%;
    padding: 10px 4px;
  }
  .nav-list > li.has-sub > a {
    position: relative;
    padding-right: 24px;
  }
  .nav-list > li.has-sub > a::after {
    content: '+';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
  }
  .nav-list > li.mobile-sub-open > a::after {
    content: '-';
  }
  .dropdown-menu,
  .nav-list > li > ul,
  .nav-list > li > dl {
    display: none;
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 4px 0 8px 12px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }
  .nav-list > li.mobile-sub-open > .dropdown-menu,
  .nav-list > li.mobile-sub-open > ul,
  .nav-list > li.mobile-sub-open > dl {
    display: block;
  }
  .dropdown-menu a,
  .nav-list > li > ul li a,
  .nav-list > li > dl dd a {
    padding: 8px 4px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
  .dropdown-menu:empty {
    display: none !important;
  }
  .search {
    display: none;
  }
  .search form {
    width: 100%;
  }
  .search input {
    width: 100%;
  }
  .main-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 16px auto;
  }
  .list-page .sidebar,
  .article-page .sidebar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .home-page .cat-grid,
  .cat-grid, .topic-grid {
    grid-template-columns: 1fr;
  }
  .tag-cloud-v2 {
    grid-template-columns: 1fr;
  }
  .topic-hub-grid {
    grid-template-columns: 1fr;
  }
  .topic-post-list {
    grid-template-columns: 1fr;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-page .slider.hero-banner {
    min-height: 0;
    aspect-ratio: 16 / 7;
    max-height: 220px;
    padding: 0;
  }
  .home-page .hero-content h1 {
    font-size: 26px;
  }
  .home-page .cat-links {
    grid-template-columns: 1fr;
  }
  .home-page section {
    margin: 18px 0 !important;
  }
  .insight-pane {
    padding: 14px;
  }
  .insight-head h2 {
    font-size: 18px;
  }
  .insight-lab {
    grid-template-columns: 1fr;
  }
  .qa-cloud {
    grid-template-columns: 1fr;
  }
  .science-grid {
    grid-template-columns: 1fr;
  }
  .tcm-grid,
  .wellness-tiles,
  .wellness-metrics,
  .wellness-stream-grid,
  .wellness-v2-feed {
    grid-template-columns: 1fr;
  }
  .wellness-quick-nav {
    gap: 6px;
  }
  .wellness-v2-feed {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .qa-modern-grid {
    grid-template-columns: 1fr;
  }
  .wellcare-feature {
    grid-template-columns: 1fr;
  }
  .wellcare-top {
    grid-template-columns: 1fr;
  }
  .wellcare-feature-thumb {
    min-height: 170px;
  }
  .wellcare-feature-body {
    padding: 12px;
  }
  .wellcare-grid {
    grid-template-columns: 1fr;
  }
  .list-page .list-main-title {
    font-size: 24px;
  }
  .list-page .article-list-panel {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .list-page .article-item {
    display: block;
    gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .list-page .article-main {
    min-width: 0;
  }
  .list-page .article-thumb {
    width: 100%;
    height: 160px;
    min-height: 160px;
    max-width: none;
    margin-bottom: 10px;
    aspect-ratio: 16 / 9;
  }
  .list-page .article-item h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .list-page .article-desc {
    font-size: 14px;
    line-height: 1.6;
    max-height: none;
  }
  .pagination {
    flex-wrap: wrap;
    gap: 6px;
  }
  .wellness-stream-grid {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .med-grid {
    grid-template-columns: 1fr;
  }
  .article-page .article-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .article-page .main-content > .card {
    padding: 14px;
  }
  .article-page .article-body {
    font-size: 15px;
    line-height: 1.8;
  }
  .article-page .article-body img,
  .article-page .article-images img {
    width: 100%;
    margin: 10px 0;
  }
  .hot-tags-section .tag-cloud .tag {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  .check-type-grid {
    grid-template-columns: 1fr;
  }
  .check-article-grid {
    grid-template-columns: 1fr;
  }
  .article-pager {
    grid-template-columns: 1fr;
  }
  .related-reco-grid {
    grid-template-columns: 1fr;
  }
  .related-like-list {
    grid-template-columns: 1fr;
  }
}
