.elementor-4674 .elementor-element.elementor-element-ed0819d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}.eael-reading-progress-wrap .eael-reading-progress{height:5px !important;}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px !important;background-color:#1fd18e;transition:width 50ms ease;}/* Start custom CSS for shortcode, class: .elementor-element-1e67865 *//* إصلاح صفحة حسابي للموبايل والكمبيوتر */
@media (max-width: 768px) {
    /* ضبط الحاويات والشاشة */
    .woocommerce-account .woocommerce {
        padding: 10px !important;
        margin: 10px 0 !important;
        direction: rtl !important;
        align-content: center;
    }

    /* تحويل القائمة الجانبية إلى كروت مرتبة */
    .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 0 !important;
        margin-bottom: 20px !important;
        list-style: none !important;
    }

    .woocommerce-MyAccount-navigation li {
        flex: 1 1 45% !important; /* توزيع العناصر في صفين */
        margin: 0 !important;
        border: none !important;
    }

    .woocommerce-MyAccount-navigation li a {
        display: block !important;
        padding: 12px 8px !important;
        background: #f8f9fa !important;
        border: 1px solid #eee !important;
        border-radius: 8px !important;
        text-align: center !important;
        color: #333 !important;
        font-weight: bold !important;
        font-size: 13px !important;
    }

    /* إبراز القسم النشط باللون الأحمر */
    .woocommerce-MyAccount-navigation li.is-active a {
        background: #d80027 !important;
        color: #ffffff !important;
        border-color: #d80027 !important;
    }

    /* محاذاة صندوق الترحيب والمحتوى لليمين */
    .woocommerce-MyAccount-content {
        text-align: right !important;
        direction: rtl !important;
        background: #ffffff !important;
        padding: 15px !important;
        border-radius: 10px !important;
        border: 1px solid #eee !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
    }

    /* إخفاء أو تعديل الزر العائم للتسوق لتجنب غلق النص */
    .widget_shopping_cart, 
    a.cart-contents, 
    .floating-cart-btn {
        bottom: 70px !important; /* رفعه فوق الشريط السفلي */
    }
}

/* إصلاح محاذاة وعرض محتوى صفحة حسابي */
.woocommerce-MyAccount-content {
    width: 70% !important;
    float: left !important;
    box-sizing: border-box;
}

.woocommerce-MyAccount-navigation {
    width: 25% !important;
    float: right !important;
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation {
        width: 100% !important;
        float: none !important;
    }
}/* End custom CSS */