.elementor-63 .elementor-element.elementor-element-18f17b6{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-31b3acf5 *//* Stylizacja menu konta WooCommerce */
.woocommerce-MyAccount-navigation {
    background-color: #f8f8f8; /* Kolor tła */
    padding: 20px;
    border-radius: 10px;
}

/* Stylizacja pozycji menu */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}



.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px;
    color: #2A3553;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Efekt hover */
.woocommerce-MyAccount-navigation a:hover {
    background-color: #C4AEA3;
    color: white;
}

.woocommerce-MyAccount-content a[href="https://nataliakawka.com/my-account/orders/"],
.woocommerce-MyAccount-content a[href="https://nataliakawka.com/my-account/edit-address/"],
.woocommerce-MyAccount-content a[href="https://nataliakawka.com/my-account/edit-account/"],
.woocommerce-MyAccount-content a[href*="customer-logout"] {
    color: #2A3553 !important;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3s ease;
}

/* Efekt hover dla wszystkich */
.woocommerce-MyAccount-content a[href="https://nataliakawka.com/my-account/orders/"]:hover,
.woocommerce-MyAccount-content a[href="https://nataliakawka.com/my-account/edit-address/"]:hover,
.woocommerce-MyAccount-content a[href="https://nataliakawka.com/my-account/edit-account/"]:hover {
    color: #C4AEA3 !important;
}

/* Stylizacja linku "Log out" */
a[href*="wp-login.php?action=logout"] {
    color: #2A3553 !important;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3s ease;
}

/* Efekt hover dla "Log out" */
a[href*="wp-login.php?action=logout"]:hover {
    color: #C4AEA3 !important;
}

/* Stylizacja linku „Lost your password?” */
a[href="https://nataliakawka.com/my-account/lost-password/"] {
    color: #2A3553 !important; 
}

/* Efekt hover dla „Lost your password?” */
a[href="https://nataliakawka.com/my-account/lost-password/"]:hover {
    color: #C4AEA3 !important;
    
}/* End custom CSS */