.obj_article_details .abstract {
text-align: justify;
}
.obj_article_details .author_bios {
text-align: justify;
}
.obj_article_details .references {
text-align: justify;
}

/* what?? */
.obj_issue_toc .cover img {
                width: 100px;
                height: auto;
    float: left; /* Float the image to the left of the issue details */
}

/* Ensure the TOC container has a scrollable max-height */
.obj_issue_toc {
  max-height: 50px;
  /* overflow-y: auto;  Enable vertical scroll */
  /* border: 1px solid #ddd;  Optional: Visual boundary */
}


.obj_article_section{
   height  25px;
} 

/* https://indautor.gob.mx/issn/index.php */

/* justify in general the text, yeeeahhhh */
.pkp_structure_main {
    text-align: justify;
}


/* sabe */
obj_article_details.affiliation{
 font-size: 4px;
}

.pkp_structure_footer_wrapper {
    margin-top: 70px;
}

