/* =====================================================
   Journal of International Students
   Professional Q1 Footer
   ===================================================== */

/* 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;
}

/* Footer */
.pkp_structure_footer {
    background: #ffffff !important;
    border-top: 1px solid #d9dee3 !important;
    padding: 14px 0 !important;
    margin-top: 40px !important;
}

/* Footer Content */
.pkp_footer_content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #4a5568;
}

/* Links */
.pkp_footer_content a {
    color: #0f4c81 !important;
    text-decoration: none;
    font-weight: 500;
}

.pkp_footer_content a:hover {
    text-decoration: underline;
}

/* Remove extra spacing */
.pkp_footer_content p {
    margin: 0;
}
