/* ===== FORCE TEST: header visibility ===== */
.pkp_page_article .pkp_site_name {
  display: block !important;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

/* ===== Custom journal header below site name ===== */
.pkp_page_article .pkp_site_name::after {
  content: "Research Edge International Journal of Multidisciplinary Studies";
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

/* ===== Footer text ===== */
.pkp_page_article .pkp_structure_footer::before {
  content: "© Research Edge International Journal of Multidisciplinary Studies";
  display: block;
  text-align: center;
  font-size: 11px;
  color: #444;
  margin-bottom: 6px;
}
