.elementor-1047 .elementor-element.elementor-element-576a9df0{--display:flex;}/* Start custom CSS for container, class: .elementor-element-576a9df0 *//* --- Sidebar Container --- */
.woocommerce-MyAccount-navigation {
    background-color: #f3f4f6; /* خلفية فاتحة بدل الأبيض اللي بيخفي النص */
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    overflow: hidden; /* يمنع أي خطوط غريبة تظهر */
}

/* --- Sidebar List --- */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
    position: relative;
}

/* --- Links in sidebar --- */
.woocommerce-MyAccount-navigation ul li a {
    color: #8b5cf6 !important; /* يظهر من البداية */
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    border-radius: 8px;
    background-color: #fff; /* خلفية الأزرار واضحة */
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* --- Active / Hover --- */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #8b5cf6 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(139,92,246,0.2);
}

/* --- Fix excessive right margin / alignment --- */
.woocommerce-MyAccount-navigation ul li a {
    margin-right: 0 !important;
    text-align: left;
}

/* --- Remove weird line on the right --- */
.woocommerce-MyAccount-navigation::after {
    content: none !important;
}

/* --- Responsive adjustments --- */
@media screen and (max-width:768px) {
    .woocommerce-MyAccount-navigation {
        padding: 15px;
    }
    .woocommerce-MyAccount-navigation ul li a {
        padding: 8px 12px;
        font-size: 14px;
    }
}/* End custom CSS */