/* =========================================
   MINIMAL PROFESSIONAL ADJUSTMENTS (OJS STANDARD SAFE)
   Only: Abstract, References, Keywords Alignment
========================================= */


/* -------- ABSTRACT JUSTIFIED -------- */

.obj_article_details .abstract,
.obj_article_details .abstract p {
    text-align: justify;
    text-justify: inter-word;
}


/* -------- REFERENCES JUSTIFIED + HANGING INDENT -------- */

.cmp_article_references p,
.cmp_article_references li,
.obj_article_details .references p,
.obj_article_details .references li {
    text-align: justify;
    text-justify: inter-word;
    padding-left: 25px;
    text-indent: -25px;
}

/* Remove bullets if present */
.cmp_article_references ul,
.obj_article_details .references ul {
    list-style: none;
    padding-left: 0;
}


/* -------- KEYWORDS CLEAN DISPLAY -------- */

.obj_article_details .keywords span {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
}
