.woocommerce-MyAccount-navigation {
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px dashed #DED8D2;

    ul {
        padding: 0!important;

        li:first-child {
            padding-top: 0!important;
        }
        
        li:last-child {
            padding-bottom: 0!important;
        }

        li:not(:last-child) {
            border-bottom: 1px solid #DED8D2;
        }

        li {
            list-style: none;
            padding: 8px 0;
        }
    }
}

.woocommerce-MyAccount-content {
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px dashed #DED8D2;
    display: flex;
    flex-direction: column;
    gap: 32px;

    .woocommerce-notices-wrapper {
        margin: 0!important;
    }

    table {
        margin: 0!important;
    }
}