/* EVIA v4.8.16.26 · Finance ledger structural root fix
   The v48168 ledger is now mounted INSIDE the finance content block.
   v48167 ledger rendering is disabled at source by the installer. */

body.evia-v481624-finance-page .efi-v48166,
body.evia-v481625-finance-repair .efi-v48166{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

body.evia-v481624-finance-page #evia-ledger-root-v48168,
body.evia-v481625-finance-repair #evia-ledger-root-v48168,
#evia-ledger-root-v48168{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  grid-column:1 / -1!important;
  justify-self:stretch!important;
  align-self:stretch!important;
  box-sizing:border-box!important;
  margin:28px 0!important;
}

#evia-ledger-root-v48168 .evia-ledger-head-v48168,
#evia-ledger-root-v48168 .evia-ledger-filters-v48168,
#evia-ledger-root-v48168 .evia-ledger-summary-v48168,
#evia-ledger-root-v48168 .evia-ledger-provider-grid-v48168,
#evia-ledger-root-v48168 .evia-ledger-tabs-v48168,
#evia-ledger-root-v48168 .evia-ledger-table-wrap-v48168{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

@media (min-width: 981px){
  #evia-ledger-root-v48168 .evia-ledger-filters-v48168{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
  #evia-ledger-root-v48168 .evia-ledger-summary-v48168{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  #evia-ledger-root-v48168 .evia-ledger-provider-grid-v48168{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

@media (min-width: 641px) and (max-width: 980px){
  #evia-ledger-root-v48168 .evia-ledger-filters-v48168,
  #evia-ledger-root-v48168 .evia-ledger-summary-v48168,
  #evia-ledger-root-v48168 .evia-ledger-provider-grid-v48168{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width: 640px){
  #evia-ledger-root-v48168 .evia-ledger-filters-v48168,
  #evia-ledger-root-v48168 .evia-ledger-summary-v48168,
  #evia-ledger-root-v48168 .evia-ledger-provider-grid-v48168{
    grid-template-columns:minmax(0,1fr)!important;
  }
}
