.elementor-34909 .elementor-element.elementor-element-edc0ded{--display:flex;}/* Start custom CSS *//* 隐藏My Account页面左侧菜单 */
.woocommerce-MyAccount-navigation {
    display: none !important;
}

/* 让中间内容宽度100%，自适应铺满 */
.woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: 100% !important;
}
.return-account-button {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border-radius: 8px;
    display: inline-block;
}

.return-account-button a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.return-account-button a:hover {
    color: #f47b20;
}/* End custom CSS */