
/* V301 — Lên đơn/Sửa đơn: tối ưu desktop 1920x1080 + Windows Scale 125%.
   Chỉ áp dụng viewport desktop hẹp 1100–1535px.
   >=1536px giữ bố cục desktop rộng hiện tại.
   <1100px tiếp tục dùng mobile V290. */

@media (min-width:1100px) and (max-width:1535px){

  .order-dialog-content{
    width:min(96vw,1480px)!important;
    max-width:min(96vw,1480px)!important;
  }

  .order-dialog-content .order-dialog-body{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  /* Card từng dòng sản phẩm */
  .order-dialog-content .v301-order-product-row{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding:14px!important;
    display:grid!important;
    grid-template-columns:
      minmax(180px,1.45fr)
      minmax(120px,.82fr)
      minmax(110px,.72fr)
      minmax(220px,1.55fr)
      minmax(120px,.78fr)
      minmax(160px,1fr)!important;
    column-gap:10px!important;
    row-gap:12px!important;
    align-items:end!important;
  }

  .order-dialog-content .v301-order-product-row > *{
    min-width:0!important;
    max-width:100%!important;
  }

  /* Hàng 2: Giá bán / VAT bán / Thành tiền / nút xóa */
  .order-dialog-content .v301-order-product-row > *:nth-child(n+7){
    grid-row:2!important;
  }

  .order-dialog-content .v301-order-product-row > *:nth-child(7){
    grid-column:1 / span 2!important;
  }

  .order-dialog-content .v301-order-product-row > *:nth-child(8){
    grid-column:3!important;
  }

  .order-dialog-content .v301-order-product-row > *:nth-child(9){
    grid-column:4 / span 2!important;
  }

  .order-dialog-content .v301-order-product-row > *:nth-child(10){
    grid-column:6!important;
    justify-self:end!important;
  }

  /* Input/select không bị bó chữ */
  .order-dialog-content .v301-order-product-row input,
  .order-dialog-content .v301-order-product-row select,
  .order-dialog-content .v301-order-product-row [data-slot="select-trigger"],
  .order-dialog-content .v301-order-product-row button{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }

  .order-dialog-content .v301-order-product-row [data-slot="select-trigger"]{
    min-height:40px!important;
  }

  /* Tên SP và NCC được hiển thị dễ đọc */
  .order-dialog-content .v301-order-product-row [data-slot="select-value"],
  .order-dialog-content .v301-order-product-row [class*="truncate"]{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  /* Thành tiền rõ hơn */
  .order-dialog-content .v301-order-product-row .tabular,
  .order-dialog-content .v301-order-product-row [class*="font-semibold"]{
    font-variant-numeric:tabular-nums;
  }

  /* Dòng thông tin phụ dưới card kéo full chiều rộng */
  .order-dialog-content .v301-order-product-row > div:last-child{
    max-width:100%!important;
  }
}

/* 1536px trở lên: chỉ đảm bảo không tràn, không thay cách bố trí hiện tại */
@media (min-width:1536px){
  .order-dialog-content .v301-order-product-row{
    max-width:100%!important;
    min-width:0!important;
  }
}

/* Mobile giữ nguyên V290/V291 */
@media (max-width:1099px){
  .order-dialog-content .v301-order-product-row{
    width:100%!important;
    max-width:100%!important;
  }
}
