/* 僅修正文章列表頁：文章文字齊左，恢復自然字距。 */
body.page-id-1066 .blogContainer article,
body.page-id-1066 .blogContainer .entry-title,
body.page-id-1066 .blogContainer .post-details,
body.page-id-1066 .blogContainer .post-info {
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
}

body.page-id-1066 .blogContainer .entry-title a {
    letter-spacing: inherit;
}

/* 文章列表頁的頁尾英文、電話與浮動電話標籤恢復自然字距。 */
body.page-id-1066 footer .copyright,
body.page-id-1066 .chaty-channel .on-hover-text {
    letter-spacing: normal;
    word-spacing: normal;
}