/* ===== GENERAL ===== */

body {
    background: #f4f7fb;
    font-family: Arial, sans-serif;
}

/* ===== MAIN PAGE ===== */

.pkp_structure_page {
    max-width: 1380px !important;
    width: 96% !important;
}

/* ===== HEADER ===== */

.pkp_structure_head {
    background: #071a35 !important;
    border-bottom: 2px solid #14bfff;
    padding-bottom: 0 !important;
}

/* ===== HEADER IMAGE ===== */

.pkp_site_name_wrapper img {
    width: 100% !important;
    max-height: 300px !important;
    object-fit: cover;
    border-radius: 6px;
}

/* ===== TOP MENU ===== */

.pkp_navigation_primary_row {
    background: #071a35 !important;
    border-top: 1px solid #14bfff;
    border-bottom: 1px solid #14bfff;
    padding: 4px 0;
}

.pkp_navigation_primary_row a {
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}

.pkp_navigation_primary_row a:hover {
    color: #6ed6ff !important;
}

/* ===== CONTENT BOXES ===== */

.pkp_block,
.obj_issue_summary,
.cmp_announcements {
    background: white !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05) !important;
    padding: 16px;
    margin-bottom: 18px;
}

/* ===== REMOVE TABLE STYLE ===== */

table,
tbody,
tr,
td {
    border: none !important;
    background: transparent !important;
}

/* ===== SIDEBAR TITLES ===== */

.pkp_block h2 {
    color: #0c2f63;
    font-size: 17px;
}

/* ===== FOOTER ===== */

.pkp_structure_footer_wrapper {
    background: #071a35 !important;
    color: white !important;
    margin-top: 30px;
    padding: 18px 15px !important;
}

.pkp_structure_footer_wrapper a {
    color: #6ed6ff !important;
}

.pkp_footer_content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ===== BUTTONS ===== */

button,
.cmp_button,
.obj_issue_summary .title a {
    border-radius: 6px !important;
}

/* ===== ISSUE IMAGE ===== */

.obj_issue_summary .cover img {
    border-radius: 8px;
}

/* ===== CONTENT SPACING ===== */

.pkp_structure_content {
    padding-top: 10px !important;
}
/* تصليح السايدبار */

.pkp_structure_sidebar {
width: 300px !important;
max-width: 300px !important;
overflow: hidden !important;
}

.pkp_block .content,
.pkp_block {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
box-sizing: border-box !important;
}

.pkp_block a {
word-break: break-all !important;
}

.pkp_block {
padding: 18px !important;
line-height: 1.8 !important;
}

.pkp_block h2 {
font-size: 20px !important;
margin-bottom: 15px !important;
}
/* توحيد اللون الأزرق */

.pkp_navigation_primary_row,
.pkp_structure_head,
.pkp_structure_footer_wrapper {
background: #071a35 !important;
}

/* لون الروابط */

a {
color: #0a63c9 !important;
}

/* خلفية الموقع */

body {
background: #f4f7fb !important;
}

/* البوكسات */

.pkp_block,
.obj_issue_summary {
background: white !important;
border-radius: 8px !important;
box-shadow: 0 1px 5px rgba(0,0,0,0.05) !important;
}
/* FORCE FIX */

.pkp_structure_sidebar {
width: 280px !important;
}

.pkp_block {
background: #ffffff !important;
padding: 20px !important;
border-radius: 10px !important;
overflow: hidden !important;
box-sizing: border-box !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

.pkp_block .content {
width: 100% !important;
overflow: hidden !important;
word-break: break-word !important;
overflow-wrap: break-word !important;
}

.pkp_block a {
word-break: break-all !important;
}

body {
background: #f4f7fb !important;
}

.pkp_navigation_primary_row,
.pkp_structure_head,
.pkp_structure_footer_wrapper {
background: #071a35 !important;
}
/* CLEAN FINAL TOUCH */

/* تخفيف البوكسات */
.pkp_block,
.obj_issue_summary,
.cmp_announcements {
padding: 14px !important;
border-radius: 8px !important;
box-shadow: 0 1px 5px rgba(0,0,0,0.04) !important;
}

/* تخفيف العناوين */
.pkp_block h2 {
font-size: 18px !important;
margin-bottom: 10px !important;
}

/* ترتيب المحتوى */
.pkp_structure_content {
padding-top: 8px !important;
}

/* تحسين الفوتر */
.pkp_structure_footer_wrapper {
padding: 15px 20px !important;
}

/* إزالة فراغات */
.pkp_structure_sidebar {
margin-top: 0 !important;
}
/* ===== SIDEBAR CLEAN ===== */

.pkp_structure_sidebar {
width: 270px !important;
margin-top: 5px !important;
}

/* البلوكات */

.pkp_block {
background: #ffffff !important;
border-radius: 8px !important;
padding: 14px !important;
margin-bottom: 16px !important;
box-shadow: 0 1px 5px rgba(0,0,0,0.04) !important;
border: none !important;
}

/* عناوين البلوكات */

.pkp_block h2 {
font-size: 17px !important;
color: #0b2c5f !important;
margin-bottom: 10px !important;
font-weight: bold !important;
}

/* النصوص */

.pkp_block .content {
font-size: 14px !important;
line-height: 1.7 !important;
color: #333 !important;
}

/* الروابط */

.pkp_block a {
color: #0b63c7 !important;
word-break: break-word !important;
}

/* إزالة الزحمة */

.pkp_block p {
margin-bottom: 8px !important;
}