/* v4.3.8 — Inline exam + navigation cleanup */

/* إخفاء رابط الاختبارات من القوائم العامة */
.felah-real-tabs a[href="/public/exams.php"],
.felah-main-tabs a[href="/public/exams.php"],
.felah-nav a[href="/public/exams.php"],
.felah-quick-nav a[href="/public/exams.php"],
.public-header a[href="/public/exams.php"]{
    display:none !important;
}

/* إخفاء أي بطاقة اختبارات في الصفحة الرئيسية إن وُجدت */
a.app-card[href="/public/exams.php"],
a.content-card[href="/public/exams.php"]{
    display:none !important;
}

/* ترتيب صفحة الدرس */
.lesson-section h2{
    display:flex;
    align-items:center;
    gap:8px;
}

.lesson-section form[action*="/public/exam.php"]{
    margin-top:14px;
}

.quiz-question{
    background:rgba(255,255,255,.025);
}

html[data-theme="light"] .quiz-question{
    background:#fffdf8;
}

/* قائمة الهاتف والتابلت السفلية */
.felah-mobile-bottom-nav a[href="/public/exams.php"]{
    display:none !important;
}

.felah-mobile-bottom-nav a[href="/public/chat.php"] .ico{
    font-size:20px !important;
}

/* دعم التابلت أيضاً */
@media (min-width:761px) and (max-width:1024px){
    body{
        padding-bottom:92px !important;
    }

    .felah-mobile-bottom-nav{
        display:flex !important;
    }

    .felah-real-tabs a[href="/public/exams.php"]{
        display:none !important;
    }
}

/* في الكمبيوتر لا نضيف شريط سفلي */
@media (min-width:1025px){
    .felah-mobile-bottom-nav{
        display:none !important;
    }
}
