﻿/* ==========================================================
   11) Blocksy 内容页：标题/小标题尺寸 & 颜色兜底（全站）
   ========================================================== */
.leisu-dark .ct-container,
.leisu-dark .ct-inner-content,
.leisu-dark .entry-content{
  color: rgba(226,232,240,.82) !important;
}

.leisu-dark .ct-entry-title,
.leisu-dark .entry-title,
.leisu-dark .page-title,
.leisu-dark .ct-post-title{
  color: #e2e8f0 !important;
  font-size: clamp(26px, 3.0vw, 40px) !important;
  line-height: 1.15 !important;
  letter-spacing: .2px;
}

.leisu-dark .entry-content h1{ color:#e2e8f0 !important; font-size: clamp(24px, 2.8vw, 36px) !important; line-height:1.2 !important; }
.leisu-dark .entry-content h2{ color:#dbeafe !important; font-size: clamp(20px, 2.2vw, 28px) !important; line-height:1.25 !important; }
.leisu-dark .entry-content h3{ color:#c7d2fe !important; font-size: clamp(18px, 1.9vw, 24px) !important; line-height:1.3 !important; }
.leisu-dark .entry-content h4{ color:#e2e8f0 !important; font-size: clamp(16px, 1.6vw, 20px) !important; line-height:1.35 !important; }

.leisu-dark .entry-content p,
.leisu-dark .entry-content li{
  color: rgba(226,232,240,.82) !important;
}

.ct-entry-title,
.entry-title,
.page-title,
.ct-post-title,
.ct-hero-title,
.ct-page-title{
  color: #e2e8f0 !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4{
  color: #e2e8f0 !important;
}
.entry-content h2{ color:#dbeafe !important; }
.entry-content h3{ color:#c7d2fe !important; }

.entry-content p,
.entry-content li{
  color: rgba(226,232,240,.82) !important;
}

.leisu-dark .ct-archive-title,
.leisu-dark .archive-title{
  color:#e2e8f0 !important;
  font-size: clamp(22px, 2.6vw, 34px) !important;
  line-height: 1.2 !important;
}

