/* === Force Remove OJS/PKP Branding Footer === */
.pkp_brand_footer,
.pkp_brand_footer_logo,
.pkp_brand_footer_wrapper,
.pkp_brand_footer_text,
.pkp_brand_footer svg,
.pkp_brand_footer img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Optional: unify your custom footer */
.ajs-footer {
  margin-bottom: 0 !important;
}
