/* ==========================================================================
   قالب اللون الأزرق الملكي (#236FA4) - النسخة الكاملة (JOSSH)
   ========================================================================== */

/* 1. الحاوية العامة والعرض الافتراضي */
.pkp_structure_page {
    max-width: 1170px !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
    border: 1px solid #d4e3f1 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* 2. النافيجاتور باللون الأزرق الجديد */
.pkp_navigation_primary_wrapper {
    background: #236FA4 !important; /* اللون الأزرق الملكي */
    margin: 15px 0 20px 0 !important;
    border-radius: 4px !important;
    height: 48px !important;
    position: relative !important;
    z-index: 9999 !important;
    border: none !important;
}

.pkp_navigation_primary {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    height: 48px !important;
    list-style: none !important;
    padding: 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. القوائم المنسدلة (نص أبيض على خلفية #236FA4) */
.pkp_navigation_primary ul, 
.pkp_navigation_primary .dropdown-menu {
    background-color: #236FA4 !important;
    border: 1px solid #1a527a !important;
    padding: 5px 0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.pkp_navigation_primary ul li a {
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 10px 20px !important;
    display: block !important;
    text-decoration: none !important;
    text-align: right !important; /* للنسخة العربية */
}

/* ضبط اتجاه الإنجليزية في المنسدلة */
[dir="ltr"] .pkp_navigation_primary ul li a {
    text-align: left !important;
}

/* تأثير الماوس داخل المنسدلة */
.pkp_navigation_primary ul li a:hover {
    background-color: #1a527a !important; /* أزرق أغمق */
    color: #ffffff !important;
}

.pkp_navigation_primary li:hover > ul {
    display: block !important;
}

/* 4. السايد بار: توسيط وتظليل أزرق فاتح */
.pkp_block {
    text-align: center !important;
    margin-bottom: 25px !important;
}

.pkp_block .title {
    background-color: #f0f5fa !important; /* تظليل أزرق فاتح جداً متناسق */
    color: #1a527a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 10px 5px !important;
    border-left: 5px solid #236FA4 !important;
    border-right: 5px solid #236FA4 !important;
    border-radius: 4px;
    text-align: center !important;
    display: block !important;
}

/* 5. الأزرار وعناوين المقالات بالأزرق */
.obj_galley_link, .pdf, .file { 
    background-color: #236FA4 !important; 
    color: #ffffff !important; 
    border-radius: 4px !important;
    padding: 6px 15px !important;
    text-decoration: none !important;
}

.obj_article_summary .title a { 
    color: #236FA4 !important; 
    text-decoration: none !important;
}

/* 6. الفوتر: أزرق داكن جداً (#10314a) */
.pkp_structure_footer_wrapper,
.pkp_structure_footer_wrapper p,
.pkp_structure_footer_wrapper a,
.pkp_footer_content {
    background-color: #f8fbfe !important;
    color: #10314a !important; /* أزرق داكن جداً للوضوح */
    text-align: center !important;
    border-top: 1px solid #d4e3f1 !important;
}

.pkp_structure_footer_wrapper a {
    color: #10314a !important;
    text-decoration: underline !important;
}

/* 7. إخفاء زوائد النظام */
.pkp_brand_footer, img[src*="ojs_brand.png"], .powered_by { 
    display: none !important; 
}

body { 
    background-color: #f2f6fa !important; 
}