/* =========================================
   Remove PKP / OJS Branding Logo
========================================= */
.pkp_brand_footer {
    display: none !important;
}


/* =========================================
   ADVEX Academic Footer Replacement
   (Keeps original theme color)
========================================= */

.pkp_structure_footer_wrapper::after {
    content: "--------------------------------------------------\A © 2026 Advanced Executive Management School (ADVEX), Thailand.\A Published in collaboration with University of Geomatika Malaysia (UGM).\A --------------------------------------------------";
    white-space: pre-line;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 20px 10px;
}
