/* تنسيق منصة الحريفة - هوية اليوم السابع */
body { font-family: 'Cairo', sans-serif !important; background-color: #f4f4f4 !important; }

/* الشريط العلوي */
.navbar, header { background-color: #000000 !important; border-bottom: 5px solid #d40000 !important; color: #ffffff !important; }
.navbar a { color: #ffffff !important; }

/* العناوين والروابط الرئيسية */
h1, h2, h3, .title { color: #000000 !important; font-weight: bold !important; }
a { color: #d40000 !important; }

/* الأزرار */
input[type="submit"], button, .btn { 
    background-color: #d40000 !important; 
    color: #ffffff !important; 
    border: none !important; 
    padding: 10px 20px !important; 
    font-weight: bold !important; 
}

/* تنسيق المربعات والقوائم */
.card, .box, .sidebar { 
    border: 1px solid #ddd !important; 
    background-color: #ffffff !important; 
}