/* CSS to justify abstract text in OJS journal */
.article-abstract,
.obj_article_details .abstract {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

/* Additional styling to ensure compatibility with various OJS themes */
.abstract p,
.abstract-content p,
.article-abstract p {
  text-align: justify;
}

/* For OJS 3.x specific styling */
.obj_article_details .abstract .abstract_content {
  text-align: justify;
}

.pkp_structure_main p {
	text-align: justify;
}