/* ===================================
   إجبار تطبيق الهوية البصرية v3.0.1
   =================================== */

/* إعادة تعريف المتغيرات بقوة */
:root {
    --primary-color: #1e3a5f !important;
    --primary-light: #2c5282 !important;
    --accent-color: #d97706 !important;
    --accent-light: #f59e0b !important;
    
    --bg-primary: #ffffff !important;
    --bg-secondary: #f8fafc !important;
    --bg-tertiary: #f1f5f9 !important;
    
    --text-primary: #1e293b !important;
    --text-secondary: #64748b !important;
    --text-muted: #94a3b8 !important;
    
    --border-color: #e2e8f0 !important;
}

/* تطبيق الألوان على العناصر مباشرة */
a {
    color: #1e3a5f !important;
}

a:hover {
    color: #d97706 !important;
}

/* الأزرار */
.btn,
.read-more-btn,
.download-btn-card,
.back-home-btn,
button[type="submit"],
input[type="submit"],
.submit-comment-btn {
    background: #1e3a5f !important;
    color: white !important;
}

.btn:hover,
.read-more-btn:hover,
.download-btn-card:hover {
    background: #d97706 !important;
}

/* الخطوط - تصغير واضح */
body,
p,
span:not(.popular-number):not(.stat-number) {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* العناوين - أصغر */
h1 { font-size: 26px !important; }
h2 { font-size: 22px !important; }
h3 { font-size: 18px !important; }
h4 { font-size: 16px !important; }
h5, h6 { font-size: 14px !important; }

/* عناوين المقالات */
.post-title,
.category-post-title {
    font-size: 16px !important;
}

.post-title a,
.category-post-title a {
    font-size: 16px !important;
}

/* النصوص الصغيرة */
.post-meta,
.category-post-meta,
.post-small-meta {
    font-size: 12px !important;
}

/* عناوين الأقسام */
.section-title {
    font-size: 20px !important;
}

.widget-title {
    font-size: 16px !important;
}

/* المسافات - تقليل */
.post-card,
.category-post-card {
    padding: 12px !important;
}

.post-content {
    padding: 14px !important;
}

.category-post-content {
    padding: 14px !important;
}

.sidebar-widget {
    padding: 16px !important;
    margin-bottom: 16px !important;
}

.single-post-content {
    padding: 20px !important;
}

/* الشريط العلوي */
.top-bar {
    background: #1a1a1a !important;
    border-bottom-color: #1e3a5f !important;
}

/* الهيدر */
.site-header {
    background: #f8fafc !important;
}

/* البطاقات */
.post-card,
.category-post-card,
.sidebar-widget {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

/* القسم المميز */
.post-category,
.entry-category {
    background: #1e3a5f !important;
}

/* الأيقونات */
i {
    color: #d97706 !important;
}

/* روابط القوائم */
.menu-primary a {
    font-size: 14px !important;
}

/* الوضع الليلي */
body.dark-mode {
    --primary-color: #3b82f6 !important;
    --accent-color: #f59e0b !important;
    --bg-primary: #0f172a !important;
    --bg-secondary: #1e293b !important;
    --text-primary: #f1f5f9 !important;
}

body.dark-mode .post-card,
body.dark-mode .category-post-card,
body.dark-mode .sidebar-widget {
    background: #1e293b !important;
    border-color: #334155 !important;
}
