/* ==========================================================================
   النسخة النهائية والمحدثة - مجلة JOSSH
   (الأعمدة الثلاثة المحدثة | توسيط شامل | الأخضر الكلاسيكي | إخفاء شعار OJS)
   ========================================================================== */

/* 1. ضبط هيكل الصفحة والبودي */
.pkp_structure_page, .pkp_structure_head {
    max-width: 1170px !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
    border: none !important;
}

body { 
    background-color: #f4f7f4 !important; 
}

/* 2. النافيجاتور الأساسي (توسيط ومنع الالتفاف لسطرين) */
.pkp_navigation_primary_wrapper {
    background: #4A7C44 !important;
    margin: 15px auto !important;
    border-radius: 4px !important;
    height: 48px !important;
    position: relative !important;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    max-width: 1170px !important;
    border: none !important;
}

.pkp_navigation_primary {
    display: flex !important;
    flex-wrap: nowrap !important; 
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 0 15px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    display: block !important;
}

/* 3. القوائم المنسدلة (إصلاح الألوان والاتجاهات) */
.pkp_navigation_primary ul {
    background-color: #4A7C44 !important;
    border: 1px solid #3d6638 !important;
    min-width: 200px !important;
    position: absolute !important;
    top: 100% !important;
    display: none !important;
    z-index: 10000 !important;
    padding: 5px 0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.pkp_navigation_primary ul { right: 0 !important; left: auto !important; }
[dir="ltr"] .pkp_navigation_primary ul { left: 0 !important; right: auto !important; }

.pkp_navigation_primary li:hover > ul { display: block !important; }

.pkp_navigation_primary ul li a {
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-size: 13.5px !important;
    text-align: right !important;
    display: block !important;
}

[dir="ltr"] .pkp_navigation_primary ul li a { text-align: left !important; }

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary ul li a:hover {
    background-color: #31522d !important;
}

/* 4. السايد بار والأزرار */
.pkp_block .title {
    background-color: #e9f0e9 !important;
    color: #2d5a27 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 12px 15px !important;
    border-left: 6px solid #4A7C44 !important;
    border-right: 6px solid #4A7C44 !important;
    border-radius: 4px !important;
    display: block !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

/* 5. سحر الفوتر وتنسيق المجموعات الثلاث المحدثة */
.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; /* المفتاح السحري للتوزيع */
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    gap: 30px !important;
}

.footer-group {
    flex: 1 !important; /* توزيع الأعمدة بالتساوي */
    min-width: 280px !important;
    color: #333 !important;
}

/* تنسيق شعار المجلة داخل الفوتر */
.footer-logo {
    display: block !important;
    height: 70px !important;
    width: auto !important;
    margin-bottom: 15px !important;
}

/* تنسيق العناوين داخل المجموعات */
.footer-group h3 {
    color: #4A7C44 !important;
    font-size: 17px !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #d1dfd1 !important;
    display: inline-block !important;
    padding-bottom: 5px !important;
    font-weight: 700 !important;
}

.footer-group p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 8px !important;
}

.footer-group a {
    color: #4A7C44 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* تنسيق شارات الترخيص CC */
.license-badges {
    margin-top: 10px !important;
    display: flex !important;
    gap: 5px !important;
}

.cc-badge {
    background-color: #4A7C44 !important;
    color: white !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

/* ضبط الاتجاهات تلقائياً */
.rtl-style { direction: rtl !important; text-align: right !important; }
.ltr-style { direction: ltr !important; text-align: left !important; }

/* ضبط موقع الشعار في العربي ليظهر على اليمين */
.rtl-style .footer-logo { margin-left: auto !important; margin-right: 0 !important; }
/* ضبط موقع الشعار في الإنجليزي ليظهر على اليسار */
.ltr-style .footer-logo { margin-right: auto !important; margin-left: 0 !important; }

/* 6. إخفاء زوائد النظام تماماً (OJS Brand, Powered by) */
.pkp_brand_footer, .powered_by, img[src*="ojs_brand.png"] { display: none !important; }

/* تنسيق الأزرار */
.obj_galley_link, .pdf, .file { 
    background-color: #4A7C44 !important; 
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 6px 15px !important;
}

.obj_article_summary .title a { color: #4A7C44 !important; }

/* تحسين العرض على الجوال */
@media (max-width: 768px) {
    .jossh-footer-grid { flex-direction: column !important; align-items: center !important; text-align: center !important; }
    .footer-group h3 { display: block !important; }
    .footer-logo { margin: 0 auto 15px auto !important; } /* توسيع الشعار على الموبايل */
}