/* ============================================================
   JIFSA — custom stylesheet
   World Research Union
   ============================================================ */

/* --- Justify reading content only (nav, buttons, sidebar untouched) --- */
.page p,
.obj_article_details .item.abstract p,
.obj_article_details .item.abstract div,
.cmp_announcement p,
section.item.description p,
.about_the_journal p,
.page_about p,
.static_page p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}

/* ============================================================
   Footer — four-column dark band
   ============================================================ */

/* Hide default PKP brand block; we provide our own footer */
.pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer {
  display: none;
}

.pkp_structure_footer_wrapper,
.pkp_structure_footer {
  background: #0E2C50;
  color: #C7D6EA;
  padding: 0;
  min-height: 0;
}

.pkp_structure_footer .pkp_footer_content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 38px 26px 0;
}

.jifsa-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 34px;
}

.jifsa-footer .brand-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.jifsa-footer h4 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0 0 14px;
}

.jifsa-footer p {
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #B9CADF;
  text-align: left;
}

.jifsa-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jifsa-footer li {
  margin: 0 0 9px;
  font-size: 13.5px;
}

.jifsa-footer a {
  color: #A9C5E6;
  text-decoration: none;
}

.jifsa-footer a:hover {
  color: #E8B04B;
  text-decoration: underline;
}

.jifsa-footer strong {
  color: #DCE7F4;
}

.jifsa-footer-bottom {
  max-width: 1120px;
  margin: 26px auto 0;
  padding: 14px 26px;
  border-top: 1px solid rgba(255,255,255,0.14);
  text-align: center;
  font-size: 12.5px;
  color: #8FA6C4;
}

@media (max-width: 760px) {
  .jifsa-footer { grid-template-columns: 1fr 1fr; gap: 26px; }
}
@media (max-width: 460px) {
  .jifsa-footer { grid-template-columns: 1fr; }
}
