/* NEDA RC42.3 — one visible invoice section fills the available panel space */

.nd-customer-panel-body.nd-single-invoice-section{
    min-height:0!important;
}

.nd-customer-panel-body.nd-single-invoice-section
.nd-invoice-section:not(.nd-hidden){
    display:flex!important;
    flex:1 1 auto!important;
    min-height:0!important;
    margin-bottom:0!important;
}

.nd-customer-panel-body.nd-single-invoice-section
.nd-invoice-section:not(.nd-hidden)
.nd-customer-invoice-list{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow-y:auto!important;
}
