/* =====================================================
   AJMHS Professional Q1 Journal Footer
   American Journal of Medicine and Health Studies
   ===================================================== */

/* 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 journal footer */
.pkp_structure_footer {
    background: #ffffff !important;
    border-top: 1px solid #d8dee4 !important;
    padding: 12px 0 !important;
    margin-top: 40px !important;
}

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

/* Footer links */
.pkp_footer_content a {
    color: #0f4c81 !important;
    text-decoration: none;
}

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

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