/* ==========================================
   Journal Footer Stylesheet
   Journal of Interdisciplinary Studies in Education
   ========================================== */

/* Hide OJS / PKP Branding */
.pkp_brand_footer,
.pkp_brand_footer *,
.pkp_structure_footer .pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer * {
    display: none !important;
    visibility: hidden !important;
}

/* Professional Footer */
.pkp_structure_footer {
    background: #f8fafc !important;
    border-top: 1px solid #d9e2ec !important;
    padding: 20px 0 !important;
}

.pkp_footer_content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: #334e68;
}
