
/* V238 — Reports desktop:
   add a little extra space between amount and "đ" in order search list only. */
@media (min-width:1101px){
  .v199-report-orders-desktop .v238-report-order-money{
    display:inline-flex!important;
    align-items:baseline!important;
    justify-content:flex-end!important;
    white-space:nowrap!important;
  }

  .v199-report-orders-desktop .v238-report-order-currency{
    display:inline-block!important;
    margin-left:7px!important;
    font-size:.92em;
    font-weight:600;
    color:var(--muted-foreground);
  }
}
