#billingView .billing-title-row .billing-amount,#billingView .billing-title-row .billing-received,#billingView .billing-title-row .billing-balance{display:flex;flex-direction:column;gap:2px;min-width:0}#billingView .billing-title-row small{font-size:7px;color:#6f6f79}#billingView .billing-title-row b{font-size:9px;color:var(--text);font-weight:800;white-space:nowrap}@media(max-width:820px){#billingView .billing-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;padding:12px!important}#billingView .billing-title-row .billing-number{grid-column:1/-1;font-size:8px;color:#777}#billingView .billing-title-row .billing-client{grid-column:1/-1}#billingView .billing-title-row .billing-status{grid-column:1/-1;font-size:8px}#billingView .billing-title-row .billing-amount,#billingView .billing-title-row .billing-received,#billingView .billing-title-row .billing-balance{display:flex!important;min-width:0!important}#billingView .billing-title-row .billing-balance{grid-column:1/-1}#billingView .billing-title-row .billing-actions{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr!important}#billingView .billing-title-row .billing-actions button{width:100%!important;min-width:0!important}#billingView .billing-title-row>*{display:block!important;max-width:100%!important;overflow:visible!important}}