.elementor-977 .elementor-element.elementor-element-8e1f879{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-977:not(.elementor-motion-effects-element-type-background), body.elementor-page-977 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7FA;}/* Start custom CSS *//* --- My Account Navigation Sidebar --- */
.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    max-width: 280px;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: "Segoe UI", sans-serif;
}

/* Avatar and Name */
.account-user-profile {
    text-align: center;
    margin-bottom: 25px;
}

.account-user-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.account-user-profile h4 {
    margin: 0;
    font-size: 16px;
    color: #222;
}

/* Menu Items */
.account-menu-main,
.account-menu-logout {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.account-menu-main li,
.account-menu-logout li {
    margin: 5px 0;
}

.account-menu-main li a,
.account-menu-logout li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    font-weight: 500;
}

.account-menu-main li a:hover,
.account-menu-main li.is-active a,
.account-menu-logout li a:hover {
    background-color: #0071a1;
    color: #fff;
}

/* Optional icon alignment */
.wcmamtx_custom_left a > i {
    margin-right: 10px;
}

.wcmamtx_custom_right a > i {
    margin-left: 10px;
}

/* Sticky Sidebar (optional) */
.woocommerce-MyAccount-navigation.wsmt_extra_navclass {
    position: sticky;
    top: 100px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        max-width: 100%;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .account-menu-main li a,
    .account-menu-logout li a {
        font-size: 15px;
    }
}/* End custom CSS */