.obj_article_details .abstract {
    text-align: justify;
}

.obj_issue_toc .description {
    text-align: justify;
}

.cover {
    display:left !important;
}

.obj_issue_summary .description {
    text-align: justify;
}

.obj_article_details .item {
    text-align: justify;
}.obj_article_details .abstract {
    text-align: justify;
}

.obj_issue_toc .description {
    text-align: justify;
}

.cover {
    display:left !important;
}

.obj_issue_summary .description {
    text-align: justify;
}

.obj_article_details .item {
    text-align: justify;
}

.pkp_navigation_primary {
    display: block !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: auto auto;
}

.pkp_search {
    display: none !important;
}
.pages::before {
    content: "\f0f6";
    font-family: FontAwesome;
}

.published::before {
    content: "\f073";
    font-family: FontAwesome;
    top: 0;
    color : #540261;
}
.current_issue_title::before {
    content: "\f02d";
    font-family: FontAwesome;
    top: 0;
    color : #540261;
}
ul.galleys_links li {
    font-size: 10pt;
}

.most_read_article_title {
    text-align: justify;
}

.obj_article_summary > .title::before {
    content: "\f26c";
    font-family: FontAwesome;
    top: 0;
}

.pkp_page_index .current_issue::before {
    content: "\f07b";
    font-family: FontAwesome;
    font-size: 20px;
    top: 0;
    color : #540261;
}

.obj_announcement_summary {
    text-align: justify;
}

.obj_announcement_summary h3::before {
    content: "\f0a1";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
}

.obj_announcement_summary h4::before {
    content: "\f0a1";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
}

.section h2::before {
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 20px;
    top: 0;
    color : #540261;
}
.obj_issue_summary .title::before {
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
    color : #540261;
}

.obj_article_details .authors .name::before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
    color : #540261;
}

.obj_article_details .authors .affiliation::before {
    content: "\f19c";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
    color : #540261;
}

.obj_article_details .main_entry .keywords .label::before {
    content: "\f084";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
    color : #540261;
}

.abstract h3::before {
    content: "\f044";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
    color : #540261;
}

.references h3::before {
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
    color : #540261;
}
.obj_article_details > .page_title {
    text-align: justify;
}
.imgcrossmark {
    width: 250px;
}
.pkp_block {
    padding: 0px 5px 0px 5px;
}
.pkp_block .title {
    display: none;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #540261;
    font-weight: 700;
    text-transform: uppercase;
}
.obj_issue_toc .cover img {
    float: left;
    padding: 0px 30px 0px 0px;
}

.pkp_navigation_user {
    background: transparent;
    border-bottom: 2px solid transparent;
}

.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    border-radius: 10%;
    position: absolute;
    width: 90px;
    height: 100px;
    border: 4px solid #540261;
    padding: .1rem;
    box-shadow: 3px 3px 5px;
}
.editorial-list .img-profile .imgthumb{ 
    border-radius: 15%;
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 110%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.sidebar-button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.sidebar-button {
  display: block;
  background-color: #540261;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.sidebar-button:hover {
  background-color: #3d0148;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 3px 3px 10px rgba(84, 2, 97, 0.5);
}

.obj_issue_summary .description,
.issue-toc-section,
.issue-heading,
.issue-description,
.pkp_issue_description,
.pkp_block .content {
    text-align: justify;
}
