/* 仅作用于 essay 页面，避免脚本未初始化时内容不可见 */
#essay_page #bber .timeline #waterfall {
  opacity: 1 !important;
}

/* 提升可读性：确保文本颜色按主题变量显示 */
#essay_page #bber .bber-content .datacont {
  color: var(--anzhiyu-fontcolor) !important;
}

/* 确保卡片背景使用主题卡片色 */
#essay_page #bber .timeline ul li.bber-item {
  background: var(--anzhiyu-card-bg) !important;
}

