/* ===================================================== */
/* Texte justifié : articles + pages RTL / arabe         */
/* ===================================================== */

body.rtl.single .entry-content,
body.rtl.page .entry-content,
body.rtl.single .post-entry,
body.rtl.page .post-entry,
body.rtl.single .penci-entry-content,
body.rtl.page .penci-entry-content,
body.rtl.single .elementor-widget-theme-post-content,
body.rtl.page .elementor-widget-theme-post-content {
  text-align: justify;
  text-justify: inter-word;
}

body.rtl.single .entry-content p,
body.rtl.page .entry-content p,
body.rtl.single .penci-entry-content p,
body.rtl.page .penci-entry-content p {
  text-align: justify;
  text-justify: inter-word;
  direction: rtl;
}

body.rtl.single .entry-content p,
body.rtl.page .entry-content p {
  text-align-last: right;
}

body.rtl.single .entry-content ul,
body.rtl.single .entry-content ol,
body.rtl.page .entry-content ul,
body.rtl.page .entry-content ol {
  direction: rtl;
  text-align: justify;
  text-align-last: right;
}
