/* 1. إخفاء رمز نظام النشر المفتوح (OJS) نهائياً */
.pkp_brand_footer, 
.ojs_brand, 
img[src*="ojs_brand.png"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* 2. توحيد لون حاوية الفوتر الرمادية لتتطابق مع لون الفوتر الداكن */
.pkp_structure_footer_wrapper, 
footer, 
.pkp_structure_footer {
    background-color: #1e293b !important;
    background: #1e293b !important;
    border-top: none !important;
}