.gtea-widget-wc-my-account {
    .gtea-widget-wc-my-account__row,
    .gtea-widget-wc-my-account__wrapper,
    .gtea-widget-wc-my-account__content-row,
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        float: none;
    }
    .button,
    .addresses .title .edit {
        display: inline-flex !important;
        float: none;
    }
    .woocommerce-MyAccount-navigation ul {
        width: 100%;
        height: 100%;
        li {
            display: flex;
            a {
                display: inline-flex;
                width: 100%;
                height: 100%;
            }
        }
    }
    table.shop_table {
        border: none;
        border-collapse: collapse;
        margin: 0;
        thead, tbody, tfoot, th, td, tr {
            border: none;
        }
        tbody, tfoot {
            th, td {
                border-top: 0;
            }
        }
    }
    .woocommerce-MyAccount-content address {
        border: none;
    }
}