.elementor-11 .elementor-element.elementor-element-2941e710{--display:flex;}.elementor-11 .elementor-element.elementor-element-dc4eae3{--spacer-size:50px;}.elementor-11 .elementor-element.elementor-element-7c8ed51{--spacer-size:50px;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-2875b9c *//* === My Account Navigation Styling === */
.woocommerce-MyAccount-navigation {
    background: #f4f4f4;
    border: 2px solid #55C3BA;
    padding: 1.5rem;
    border-radius: 0;
    max-width: 250px;
    font-family: inherit;
}

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

.woocommerce-MyAccount-navigation li {
    margin-bottom: 1rem;
}

/* Default link style */
.woocommerce-MyAccount-navigation-link a {
    color: #8B3A2C !important; /* reddish-brown */
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 0.5rem 0.75rem;
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
    background: transparent;
    border-radius: 0;
}

/* Active + hover style */
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
    background-color: #55C3BA !important; /* aqua */
    color: #ffffff !important;
    border-left: 4px solid #222;
}

/* === My Account Content Styling === */
.woocommerce-MyAccount-content {
    background: #fff;
    border: 2px groove #55C3BA;
    padding: 2rem;
    border-radius: 0;
    font-family: inherit;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    color: #222;
}

/* === Button Styling === */
.woocommerce-Button.button {
    background-color: #55C3BA;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.woocommerce-Button.button:hover {
    background-color: #3aa9a1;
    color: #fff;
}

/* === General link styling inside account content panels === */
.woocommerce-MyAccount-content a {
    color: #8B3A2C !important;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.woocommerce-MyAccount-content a:hover {
    color: #55C3BA !important;
}

/* === Specific fix for Address edit links === */
.woocommerce-MyAccount-content .woocommerce-Address .edit {
    color: #8B3A2C !important;
    text-decoration: underline;
    font-weight: 600;
}

.woocommerce-MyAccount-content .woocommerce-Address .edit:hover {
    color: #55C3BA !important;
}/* End custom CSS */