
/* V308 — Thành tiền luôn cùng hàng, đứng ngay sau VAT bán trên desktop. */
@media (min-width:1280px){
  .order-dialog-content .v303-order-line-fields > *:nth-child(9){
    grid-column:9!important;
    grid-row:1!important;
    align-self:end!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    white-space:nowrap!important;
    text-align:right!important;
  }

  .order-dialog-content .v303-order-line-fields > *:nth-child(9) > *{
    width:100%!important;
    margin:0!important;
  }

  .order-dialog-content .v303-order-line-fields > *:nth-child(10){
    grid-column:10!important;
    grid-row:1!important;
    align-self:end!important;
    justify-self:end!important;
  }
}

/* Desktop 1100–1279 vẫn 2 hàng nhưng Thành tiền đứng ngay sau VAT bán ở hàng 2 */
@media (min-width:1100px) and (max-width:1279px){
  .order-dialog-content .v303-order-line-fields > *:nth-child(8){
    grid-column:3!important;
    grid-row:2!important;
  }
  .order-dialog-content .v303-order-line-fields > *:nth-child(9){
    grid-column:4!important;
    grid-row:2!important;
    align-self:end!important;
    justify-self:stretch!important;
    white-space:nowrap!important;
    text-align:right!important;
  }
  .order-dialog-content .v303-order-line-fields > *:nth-child(10){
    grid-column:5!important;
    grid-row:2!important;
  }
}
