.entry-content .has-text-align-left,
.wp-block-post-content .has-text-align-left,
.editor-styles-wrapper .has-text-align-left,
.editor-styles-wrapper .has-text-align-left > *,
.editor-styles-wrapper .has-text-align-left :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  text-align: left !important;
}

.entry-content .has-text-align-center,
.wp-block-post-content .has-text-align-center,
.editor-styles-wrapper .has-text-align-center,
.editor-styles-wrapper .has-text-align-center > *,
.editor-styles-wrapper .has-text-align-center :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  text-align: center !important;
}

.entry-content .has-text-align-right,
.wp-block-post-content .has-text-align-right,
.editor-styles-wrapper .has-text-align-right,
.editor-styles-wrapper .has-text-align-right > *,
.editor-styles-wrapper .has-text-align-right :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  text-align: right !important;
}

.entry-content .has-text-align-justify,
.wp-block-post-content .has-text-align-justify,
.editor-styles-wrapper .has-text-align-justify,
.editor-styles-wrapper .has-text-align-justify > *,
.editor-styles-wrapper .has-text-align-justify :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  hyphens: auto;
  text-align: justify !important;
  text-justify: inter-word;
}
