.obj_article_details .abstract {
  text-align: justify;
  hyphens: auto;
}
.obj_article_details .author_bios {
  text-align: justify;
  hyphens: auto;
}
.obj_article_details .references {
  text-align: justify;
  hyphens: auto;
}

.obj_announcement_summary .date {
  display: none;
}
.obj_announcement_full .date {
  display: none;
}

@media (min-width: 992px) {
  .pkp_site_nav_menu {
    display: block;
    padding: 0 20px;
  }
}

p {
  text-align: justify;
}

.obj_galley_link_supplementary {
  display: flex !important;
  position: relative !important;
  font-size: 0.93rem !important;
  font-weight: 700 !important;
  line-height: 2.143rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: blue !important;
  border-radius: 10px !important;
  padding: 0 20px !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: center !important;
}

.obj_galley_link_supplementary:after {
  right: auto !important;
  left: 6px !important;
  text-align: left !important;
}

.block_announcements_article_date {
  display: none;
}
