.woocommerce-MyAccount-navigation.tcwe-account-menu,
.tcwe-account-menu {
    width: 100%;
}

.tcwe-account-menu__list {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcwe-account-menu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    text-decoration: none;
}

.tcwe-account-menu__label {
    min-width: 0;
    margin-right: auto;
}

.tcwe-account-menu__link::after {
    margin-left: auto;
}

.tcwe-account-menu__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.tcwe-account-menu__icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

.tcwe-account-menu__icon--fallback svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
