/* 全站通用样式 */
/* G1: 正文首行缩进 */
.article-content p {
    text-indent: 2em;
}
.article-content p[style*="text-align: center"],
.article-content p[style*="text-align:center"] {
    text-indent: 0;
}

/* P1-#5: 日期作者居中 */
.article-meta,
.meta-info {
    text-align: center !important;
    justify-content: center !important;
}
