/* Chinese Line Breaking Rules for Language Templates */

/* Post titles in all language templates */
.post-link-language .post-title,
.post-link.vertical.language .post-title,
.post-link.horizontal.language .post-title {
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* Section titles in language templates */
.section-heading .section-title {
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* Post content in language pages */
.post-content.post-template-standard {
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.post-content.post-template-standard p,
.post-content.post-template-standard h1,
.post-content.post-template-standard h2,
.post-content.post-template-standard h3,
.post-content.post-template-standard h4,
.post-content.post-template-standard h5,
.post-content.post-template-standard h6 {
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* See more buttons in language templates */
.see-more .inline-arrow {
    line-break: strict;
    word-break: keep-all;
}
