/* ==========================================================================
   الإصدار الاحترافي المستقر - مجلة JOSSH 2026
   (إصلاح الجوال | استعادة البحث | تنسيق السايد بار)
   ========================================================================== */

/* 1. الهيكل العام */
.pkp_structure_page { max-width: 1170px !important; margin: 0 auto !important; background-color: #ffffff !important; }
body { background-color: #f4f7f4 !important; }

/* 2. النافيجاتور (توزيع متوازن للبحث والقائمة) */
.pkp_navigation_primary_wrapper {
    background: #4A7C44 !important;
    margin: 15px auto !important;
    border-radius: 4px !important;
    min-height: 48px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 15px !important;
}

.pkp_navigation_primary { display: flex !important; align-items: center !important; flex-wrap: nowrap !important; }

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0 12px !important;
    line-height: 48px !important;
}

/* أيقونة HOME */
.pkp_navigation_primary > li:first-child > a { font-size: 0 !important; display: flex !important; align-items: center; justify-content: center; min-width: 45px !important; }
.pkp_navigation_primary > li:first-child > a::before {
    content: "" !important; width: 22px !important; height: 22px !important; background-color: #ffffff !important;
    display: inline-block !important;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/></svg>") no-repeat center !important;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/></svg>") no-repeat center !important;
}

/* 3. السايد بار (تنسيق بلوكات النظام فقط) */
.pkp_block .title {
    background-color: #e9f0e9 !important;
    color: #4A7C44 !important;
    font-weight: 700 !important;
    padding: 12px !important;
    border-left: 6px solid #4A7C44 !important;
    border-right: 6px solid #4A7C44 !important;
    text-align: center !important;
    border-radius: 4px !important;
}

.block_language .content a, .block_information .content a {
    color: #4A7C44 !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: block !important;
    padding: 6px 0 !important;
}

/* 4. الفوتر الملكي (حماية اللوجو والترتيب) */
.pkp_structure_footer_wrapper {
    background-color: #f7faf7 !important;
    border-top: 3px solid #4A7C44 !important;
    padding: 40px 0 !important;
    margin-top: 30px !important;
}

.jossh-footer-grid { display: flex !important; justify-content: space-between !important; max-width: 1170px !important; margin: 0 auto !important; gap: 30px !important; }
[dir="rtl"] .jossh-footer-grid { flex-direction: row-reverse !important; text-align: right !important; }

.footer-logo { 
    height: 70px !important; 
    width: auto !important; 
    max-height: 70px !important; 
    display: block !important;
}

.cc-badge { background-color: #4A7C44 !important; color: #ffffff !important; padding: 4px 12px !important; border-radius: 4px !important; font-weight: bold !important; display: inline-block !important; }

/* 5. إخفاء زوائد النظام */
.pkp_brand_footer, .powered_by, img[src*="ojs_brand.png"] { display: none !important; }

/* 6. تحسين وضع الهاتف (بدون إفساد الترتيب) */
@media (max-width: 992px) {
    .pkp_navigation_primary_wrapper {
        flex-wrap: wrap !important;
        height: auto !important;
        padding: 10px 15px !important;
    }
    .pkp_navigation_primary {
        flex-wrap: wrap !important;
        justify-content: center !important;
        width: 100% !important;
    }
    .pkp_navigation_primary > li > a {
        line-height: 35px !important;
        font-size: 13px !important;
    }
    /* جعل خانة البحث تحت القائمة في الجوال بانتظام */
    .pkp_navigation_primary_wrapper .pkp_search {
        margin: 10px auto 0 auto !important;
    }
    .jossh-footer-grid { flex-direction: column !important; text-align: center !important; }
    [dir="rtl"] .jossh-footer-grid { flex-direction: column !important; }
    .footer-logo { margin: 0 auto 10px auto !important; }
}