/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 21 2026 | 09:52:16 */
@media (max-width: 768px) {
    /* بنجبر الحاوية كلها إنها تقبل الضغط */
    .wcfmmp_sold_by_container_advanced,
    .wcfmmp_sold_by_wrapper {
        position: relative !important;
        z-index: 99 !important;
        pointer-events: auto !important;
    }

    /* بنرفع اللينك نفسه لأعلى طبقة عشان مفيش حاجة تغطي عليه */
    .wcfmmp_sold_by_container_advanced a.wcfm_dashboard_item_title {
        position: relative !important;
        z-index: 9999 !important;
        pointer-events: auto !important;
        display: inline-block !important;
    }
}

@media (max-width: 768px) {
    .wcfmmp_sold_by_container_advanced {
        position: relative !important;
        pointer-events: auto !important;
    }
    
    .wcfmmp_sold_by_container_advanced a.wcfm_dashboard_item_title::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }
}