/* 1. إخفاء شعار OJS الافتراضي تماماً في الموبايل والكمبيوتر وكافة الحاويات */
.pkp_brand_footer, 
.pkp_structure_footer .pkp_brand_footer,
[class*="pkp_brand_footer"],
.footer-brand {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}