@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');

* {
    font-family: "Noto Sans";
}

.pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%;
}

.pkp_site_name {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    padding-right: 14px;
}

.main_entry > .keywords > .value {
    display: block;
}

.obj_article_details .row {
    margin-top: 0;
}

.item .label {
    color: rgba(0,0,0,0.87) !important;
}


.obj_article_details .task_count{
    min-width: 20px;
    width: auto !important;
}

.galleys_links {
    padding: 0; 
    margin: 0;

}

.galleys_links > li {
    list-style: none;
}


.obj_issue_toc > .heading > a {
    float: left;
    margin-right: 14px;
}

.obj_issue_toc > .heading > .description {
   /* float: right; */
    clear: right;
}


/******************************************************************************
 August 2024, Modification from Lepidus 
*******************************************************************************/
.obj_article_details .galleys_links {
    display: inline-block
  }
  
  .obj_article_details .galleys_links li {
    margin-inline-end: 0;
  }
  
  .entry_details {
      display: flex;
      flex-direction: column;
  }
  
  .entry_details .item.cover_image {
      margin-top: 2.143rem;
      order: 0;
  }
  
  .entry_details .item.galleys {
      order: 1;
  }
  
  .entry_details .item.views {
      order: 2;
  }
  
  .entry_details .item.published {
      order: 3;
  }
  
  .entry_details .item.citation {
      order: 4;
  }
  
  .entry_details .item.issue {
      order: 5;
  }
  
  .entry_details .item.shariffblock {
      order: 6;
  }
  
  .entry_details .item.copyright {
      order: 7;
  }
  .entry_details .item.funders {
      order: 8;
  }
  
  .entry_details .item {
      margin: 1.071rem 0 !important;
  }
  
  
  #issueTocGalleyLabel {
    position: relative;
    display: inline-block;
    top: auto;left: auto;
    padding: 0 0 .357rem;
    border-bottom: 3px solid #ff3904;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  ul.value.galleys_links {
      display: block;
  }

/******************************************************************************
 Feb 2025, Modification from Lepidus 
*******************************************************************************/
.obj_article_details .entry_details .cover_image img {
    display: none;
}

/******************************************************************************
 May 2025, Modification from Nason
*******************************************************************************/
p {
    text-align: justify;
    text-justify: inter-word;
 }

 /******************************************************************************
October 2025, Modification from Nason
*******************************************************************************/
.pkp_brand_footer  {
    padding: 2.143rem;
    padding-bottom: 0px;
}