/* Hide OJS default footer branding */
.pkp_brand_footer,
.pkp_brand_footer a,
.pkp_footer_version {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Footer text color and direction */
.pkp_structure_footer,
.pkp_structure_footer *,
.pkp_structure_footer a {
    color: #000000 !important; /* نص أسود */
    direction: ltr;             /* يدعم اللغات */
    text-align: center;         /* محاذاة مركزية */
}

