/* ============================================================
   儿童心理健康（cat_id 208）· 柔粉疗愈 / 温暖陪伴风
   ============================================================ */
.xl-detail { --xl: #E0709B; --xl-d: #C0487A; --xl-l: #F4A8C4; }

.xl-head { text-align: left; padding: 14px 0 22px; border-bottom: 2px solid #f7e6ee; margin-bottom: 26px; }
.xl-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.xl-kicker-heart { color: var(--xl); font-size: 18px; }
.xl-kicker-label { font-size: 14px; font-weight: 800; letter-spacing: .14em; color: var(--xl-d); }
.xl-kicker-badge { background: #FCEAF2; color: var(--xl-d); padding: 2px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: 0; }
.xl-title { font-size: 32px; line-height: 1.34; font-weight: 800; color: #4a2336; margin: 0 0 16px; letter-spacing: -.01em; }
.xl-meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #b0889c; flex-wrap: wrap; }
.xl-author { color: var(--xl-d); font-weight: 600; }
.xl-dot { color: #e7c5d5; }

.xl-hero { margin: 0 0 28px; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 40px rgba(224,112,155,.18); }
.xl-hero--real img { width: 100%; display: block; max-height: 420px; object-fit: cover; }
.xl-hero--fallback { background: linear-gradient(135deg, #fdeaf2, #f9d4e4); border: 1px solid #f3c2d8; padding: 26px; }
.xl-hero--fallback img { width: 100%; max-height: 240px; object-fit: contain; border-radius: 12px; }

.xl-topics { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.xl-topic { background: #fceaf2; border: 1px solid #f4c8dc; color: var(--xl-d); font-size: 13px; padding: 5px 14px; border-radius: 20px; }

.xl-lead { font-size: 16px; line-height: 1.8; color: #5a3346; background: #fceaf2; border-radius: 12px; padding: 16px 20px; margin: 0 0 26px; }

.xl-note { display: flex; gap: 14px; background: linear-gradient(135deg, #fdeef5, #f9e0ec); border: 1px solid #f3cfe0; border-radius: 14px; padding: 18px 20px; margin: 30px 0; }
.xl-note-icon { font-size: 24px; line-height: 1.2; }
.xl-note-body { font-size: 14.5px; line-height: 1.75; color: #5e3349; }
.xl-note-body strong { color: var(--xl-d); }

.xl-disclaimer { background: #fff5f8; border: 1px solid #f3cfdc; border-left: 4px solid #d96aa0; border-radius: 12px; padding: 16px 18px; margin: 28px 0; font-size: 13.5px; line-height: 1.7; color: #8a466b; }
.xl-disclaimer strong { color: #c0397f; }

.xl-cta { display: flex; align-items: center; gap: 18px; background: linear-gradient(135deg, var(--xl-d), var(--xl)); border-radius: 16px; padding: 22px 24px; margin: 30px 0 6px; color: #fff; box-shadow: 0 12px 30px rgba(224,112,155,.25); }
.xl-cta-icon { font-size: 34px; }
.xl-cta-text h3 { margin: 0 0 6px; font-size: 17px; color: #fff; }
.xl-cta-text p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.9); }
.xl-cta-btn { flex-shrink: 0; background: #fff; color: var(--xl-d); font-weight: 800; text-decoration: none; padding: 11px 20px; border-radius: 24px; font-size: 14px; white-space: nowrap; transition: transform .18s ease; }
.xl-cta-btn:hover { transform: translateY(-2px); }

@media (max-width: 600px) {
  .xl-title { font-size: 23px; }
  .xl-hero--real img { max-height: 240px; }
  .xl-cta { flex-direction: column; align-items: flex-start; gap: 12px; }
  .xl-cta-btn { align-self: stretch; text-align: center; }
}
