.elementor-11 .elementor-element.elementor-element-38026390{--display:flex;}.elementor-11 .elementor-element.elementor-element-1c59cda4{text-align:start;color:#FFFFFF;}.elementor-11 .elementor-element.elementor-element-1c59cda4 p{margin-block-end:10px;}.elementor-11 .elementor-element.elementor-element-1c59cda4 a{color:#FFFFFF;}/* Start custom CSS for text-editor, class: .elementor-element-1c59cda4 *//* My Account Page Styling */

/* Remove bullet points from navigation */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Style navigation links */
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 12px 20px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

/* Hover effect */
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding-left: 25px !important;
}

/* Active/current page */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: rgba(255, 255, 255, 0.25) !important;
    font-weight: bold !important;
}

/* Account content text */
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content a {
    color: #ffffff !important;
}

/* Fix the greeting text and links */
.woocommerce-MyAccount-content strong,
.woocommerce-MyAccount-content a {
    color: #ffffff !important;
}

.woocommerce-MyAccount-content a:hover {
    opacity: 0.8 !important;
}/* End custom CSS */