/* ===================================================
   FINAL HEADER FIX – Journal title clean & professional
   =================================================== */

/* Hide OJS / PKP branding completely */
.pkp_brand_footer,
.pkp_brand_footer_wrapper,
.pkp_structure_footer_wrapper .pkp_brand_footer,
.pkp_structure_footer_wrapper .pkp_brand_footer_wrapper,
.pkp_structure_footer .pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer_wrapper,
.pkp_structure_footer .pkp_branding,
.pkp_structure_footer .pkp_branding * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Ensure header branding layout */
.pkp_branding {
  display: flex !important;
  align-items: center !important;
}

/* Force journal title to appear */
.pkp_site_name,
.pkp_site_name_wrapper {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Style journal title (next to logo) */
.pkp_site_name a {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-left: 14px !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

/* Prevent title from appearing above logo */
.pkp_site_name {
  margin-top: 0 !important;
}
