/* Forzar justificación para resúmenes */
.obj_article_details .abstract {
    text-align: justify !important;
}

/* Forzar justificación para biografías de autores */
.obj_article_details .author_bios {
    text-align: justify !important;
}

/* Forzar justificación para referencias */
.obj_article_details .references {
    text-align: justify !important;
}

/* Forzar justificación para el texto general en párrafos */
p {
    text-align: justify !important;
}