/* 详情页完全隐藏摘要 */
.post .summary-placeholder {
    display: none !important;
}

/* 列表页只显示摘要 */
.blogpost-body .real-content-start {
    display: none !important;
}

/* 列表页摘要样式 */
.summary-placeholder {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}