.elementor-4985 .elementor-element.elementor-element-6f88496d{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-4f8c26dd *//* Style the My Account wrapper */
.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

/* Navigation list */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover effect */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f68b1e;
    color: #fff;
}

/* Active link */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f68b1e;
    color: #fff;
}

/* Account content box */
.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 1.6;
}

/* Links inside content */
.woocommerce-MyAccount-content a {
    color: #f68b1e;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}/* End custom CSS */