.gridCellContainer {
    overflow-wrap: anywhere;
}

.block_announcements_article_content {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.pkp_structure_main p {
  text-align: justify;
}

.pkp_page_index .homepage_about {
  text-align: justify;
}

.abstract {
  text-align: justify;
}

.obj_article_details .abstract {
  text-align: justify;
}

.obj_article_details .author_bios {
  text-align: justify;
}

.obj_article_details .references {
  text-align: justify;
}

.block_make_submission a {
  margin-bottom: 0.5rem;
}

/* Social media icons size */

.fab {
  font-size: 1rem;
}

/* Announcments font size */

h3.block_announcements_article_headline {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

/* Submissions sidebar button */

div.block_make_submission div.content {
  display: grid;
  text-align: center;
}

/* Header img scale */

/* Device:Computer scale header*/

@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 15rem;
  }
}

/* Device:Mobile scale header */

@media (max-width: 991px) {
  .pkp_site_name .is_img img {
    max-height: 7rem;
  }
  .pkp_head_wrapper {
    height: 10rem;
  }
}

/* editorial-board profile images scale */

.page img {
  width: 15rem;
  height: auto;
}

/* Alma Mater logo footer */

.universityLogo {
  width: 15rem;
  height: auto;
}

/* Scrolling text header */

.scroll-left {
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  background: #00355c;
  color: white;
  padding-top: 0.3rem;
  /* border: 1px solid orange; */
}

.scroll-left p {
  font-size: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  /* margin: 0; */
  margin-top: -1.3rem;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  transform: translateX(100%);
  /* Apply animation to this element */
  animation: scroll-left 30s linear infinite;
}

.scroll-left p a {
  color: white !important;
}

/* RSS FEED MOBILE SCALE */

@media (max-width: 991px) {
  .pkp_site_name {
    width: 22rem;
  }
  .scroll-left {
    width: 21rem;
    padding-top: 0rem;
  }
}

@media (max-width: 992px) {
  .pkp_site_name {
    padding-bottom: 0rem;
  }
}

/* Move it (define the animation) */

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Custom block logos */

#customblock-indexing > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#customblock-indexing > div > div:nth-child(n) {
  padding-bottom: 1rem;
}

#customblock-indexing > div > div:nth-child(n) > a > img {
  width: auto;
  height: auto;
}

/* Custom block indexing */

#customblock-logos > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#customblock-logos > div > div:nth-child(n) {
  padding-bottom: 1rem;
}

#customblock-logos > div > div:nth-child(n) > a > img {
  width: auto;
  height: auto;
}

/* Advanced search styles */

.page_search .title {
  width: 50%;
  float: right;
  margin-top: 20px;
}

.page_search .abstract {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.page_search .fullText {
  width: 50%;
  float: right;
  margin-top: 20px;
}

.page_search .discipline {
  float: left;
  width: 50%;
}

.page_search .subject {
  width: 50%;
  float: right;
}

.page_search .type {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.page_search .coverage {
  width: 50%;
  float: right;
  margin-top: 20px;
}

.page_search .indexTerms {
  float: left;
  width: 50%;
  margin-top: 20px;
}

/* line editorial board position */
div > hr {
  margin-left: 25%;
}

/* .item abstract p {
  margin-top: 0px;
  margin-bottom: 0.7rem;
}

.main_entry .item.abstract .p {
  margin-top: 0px;
  margin-bottom: 0.7rem;
} */

/* Abstract text */
section.item.abstract > p {
  margin-top: 0px;
  margin-bottom: 0.4rem;
}
section.item.references > div > p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.orcidPic {
  width: 1rem !important;
  height: 1rem !important;
}

.statsArticleSummary {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
}

.paperImg {
  width: auto !important;
}

/* Journal archive page style */
div.pages {
  font-weight: bold;
}

/* Most viewed articles monthly homepage eye icon and numbers style */
span.badge {
  font-size: small;
  color: #4b7d92;
}


/* References word wrap */
section.item.references > div > p {
  word-wrap: break-word;
}

/* Follow us icons */
.followUsIcon {
  margin: 0.1rem;
}

.followUs {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.obj_announcement_summary_image {
height: 20rem;
}