/* 隐藏文章底部分割线中间文字 */
.post-footer hr::after {
    display: none !important;
}
/* 隐藏 Waline 的 Markdown 指南链接 */
.waline-container .wl-actions > a:first-child {
    display: none !important;
}
/* 隐藏 Waline 的登录按钮 */
.waline-container .wl-btn:not(.primary) {
  display: none !important;
}
/* 隐藏主题原生版权行 */
.footer .copyright {
    display: none !important;
}
/* 文章正文非摘要区代码块不折叠 */
.post :not(.post-excerpt) .highlight,
.post :not(.post-excerpt) .highlight > .chroma {
  max-height: unset !important;
  overflow: visible !important;
}