
/* ==============================
   PSIKOISLAMEDIA • CLEAN FOOTER
   OJS 3.4 — keep only manual footer; hide default gray PKP footer
   ============================== */

/* 1) Remove padding/gray background on the whole footer structure */
.pkp_structure_footer {
  padding: 0 !important;
  background: transparent !important;
}

/* 2) Hide PKP default brand/footer block ("Platform & workflow by OJS/PKP") */
.pkp_brand_footer,
.pkp_brand_footer_wrapper {
  display: none !important;
}

/* 3) Make the "Additional Content (Footer)" container full-width */
.pkp_structure_footer .pkp_container,
.pkp_structure_footer .pkp_footer_content .pkp_container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 4) Remove any gray strip coming from footer content */
.pkp_footer_content {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* 5) Full-bleed image style for custom footer */
.psiko-footer-img {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0; /* remove gap under image */
}

.psiko-footer-img img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
}
