/* ========================================
   DIRECT FIX - استهداف مباشر للعناصر
   ======================================== */

@media only screen and (max-width: 991.98px) {
    
    /* استهداف مباشر لقائمة الإشعارات */
    div[class*="notification-wrapper"].active,
    div[class*="Notification-wrapper"].active {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        max-width: 320px !important;
        z-index: 999999 !important;
        background: white !important;
        box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
        border-radius: 10px !important;
    }
    
    /* استهداف مباشر لقائمة المفضلة */
    div[class*="bookmark"].active,
    div[class*="Bookmark"].active {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        max-width: 320px !important;
        z-index: 999999 !important;
        background: white !important;
        box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
        border-radius: 10px !important;
    }
    
    /* استهداف مباشر لقائمة المستخدم */
    div[class*="author-wrapper"] {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        max-width: 280px !important;
        z-index: 999999 !important;
        background: white !important;
        box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
        border-radius: 10px !important;
    }
    
    /* استهداف مباشر لقائمة العملة */
    div[class*="currency"] {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        max-width: 250px !important;
        z-index: 999999 !important;
        background: white !important;
        box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
        border-radius: 10px !important;
    }
}