.download {
    display: none !important;
  }
  .pkp_structure_main p {
    margin: 0.43rem 0;
  }
  table,
  th,
  td {
    border: 1px solid black;
    border-collapse: collapse;
  }
  .pkp_structure_main h1,
  .pkp_structure_main h2,
  .pkp_structure_main h3,
  .pkp_structure_main h4 {
    margin: 1.857rem 0 0.43rem;
  }
  
  @media (min-width: 992px) {
    .obj_issue_toc .galleys,
    .obj_issue_toc .section {
      margin: 1.143rem -2.143rem;
    }
  }
  @media (min-width: 768px) {
    .obj_issue_toc .galleys,
    .obj_issue_toc .section {
      position: relative;
      margin: -3.5rem -1.43rem;
      padding: 1rem 2.143rem;
    }
  }
  
  @media (min-width: 480px) {
    .page_submissions .submission_sections li,
    .page_submissions .submission_checklist li {
      padding: 0.43rem 1.43rem 0.43rem 2.857rem;
    }
  }
  
  .obj_issue_toc .cover {
    width: 30%;
  }
  .page_issue_archive .issues_archive > li {
    padding: 1rem 0.714rem;
  }
  
  .app__headerAction {
    display: none !important;
  }
  
  .listPanel__itemTitle {
    margin-left: 75px !important;
  }
  .listPanel__itemSubtitle {
    margin-left: 50px !important;
  }
  .section_policy {
    display: none !important;
  }
  .pkp_block {
    padding: 1rem 2.143rem 0 2.143rem;
  }
  .author_bios {
    display: none !important;
  }
  .obj_issue_summary > .description {
    display: none !important;
  }
  .listPanel__item--submission__flags {
    display: none !important;
  }
  .obj_announcement_summary > .date {
    display: none;
  }
  .obj_announcement_full > .date {
    display: none;
  }
  .listPanel__item--submission__flags {
    display: none !important;
  }
  .pkp_structure_content{
    padding: 0 !important;
  }
  .obj_issue_toc .published{
    margin: 1rem 0;
  }
  ul.links{
    display: none !important;
  }
  
  li.profile:last-child {
    background: #01a54f;
    padding: 5px;
    border: 1px solid wheat;
    border-radius: 5px;
    /* align-items: center; */
  }
    .pkp_navigation_user>li:last-child>a {
        margin-right: 0 !important;
    }
  
  li.profile:last-child:hover {
    background: linear-gradient(135deg, #028a4f, #01a54f);
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
  
  li.profile:last-child {
    padding: 4px 15px;
    border: 1px solid wheat;
    border-radius: 5px;
    background: linear-gradient(135deg, #01a54f, #057041);
    border: 2px solid #014b00;
    border-radius: 8px;
    color: #014b00;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 1.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  li.profile:first-child {
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 2px;
  }
  @media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 100% !important;
    }
  }
  
.description, p {
    text-align: justify !important;
    /* text-justify: inter-word !important; */

}