/* Justowanie akapitów w treści artykułów (różne motywy/bloki) */
.single .entry-content p,
.single-post .entry-content p,
.wp-block-post-content p,
.post-content p,
.site-main .entry-content p {
  text-align: justify !important;
  text-justify: inter-word;
  hyphens: auto;
}

/* Nie justuj kodu / MathJax / list */
.single .entry-content pre,
.single .entry-content code,
.single .entry-content kbd,
.single .entry-content samp,
.single .entry-content .MathJax,
.single .entry-content .math-inline,
.single .entry-content .math-display,
.single .entry-content li {
  text-align: left !important;
  hyphens: none;
}

:lang(pl) .entry-content p { hyphens: auto; }
