.elementor-1959 .elementor-element.elementor-element-b63f2db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1959 .elementor-element.elementor-element-35d3ee2 .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active) a{background-color:var( --e-global-color-9b0fde4 );}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-35d3ee2 *//* 左侧导航添加图标（使用 Emoji 或 FontAwesome） */
.woocommerce-MyAccount-navigation ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    width: 20px;
    display: inline-block;
    text-align: center;
}


/* 映射各菜单图标 */
.woocommerce-MyAccount-navigation-link--dashboard a:before { content: "\f015"; } /* 首页 */
.woocommerce-MyAccount-navigation-link--orders a:before { content: "\f07a"; } /* 购物车/订单 */
.woocommerce-MyAccount-navigation-link--downloads a:before { content: "\f019"; } /* 下载 */
.woocommerce-MyAccount-navigation-link--edit-address a:before { content: "\f3c5"; } /* 地址 */
.woocommerce-MyAccount-navigation-link--edit-account a:before { content: "\f007"; } /* 用户 */
.woocommerce-MyAccount-navigation-link--customer-logout a:before { content: "\f2f5"; } /* 退出 */
.woocommerce-MyAccount-navigation-link--edit-account a::before { content: "🔑 "; font-family: sans-serif; }
.woocommerce-MyAccount-navigation-link--recently-viewed a::before { content: "👁️ "; font-family: sans-serif; }
/* 移动端自动改为顶部下拉或横向滚动 */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .woocommerce-MyAccount-content {
        width: 100% !important;
    }
}/* End custom CSS */