
.site-main div.woocommerce-MyAccount-content .woocommerce-orders-table {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
 }

 .site-main div.woocommerce-MyAccount-content .addresses {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
 }


 a.edit {
    color: var(--gbl-primary-color);
 }