
/* V392 — dữ liệu báo giá từ SQL + sản phẩm chưa có trong hệ thống */
.v392-temp-product{
  display:grid;
  grid-template-columns:minmax(220px,1.7fr) minmax(90px,.55fr) minmax(120px,.75fr) auto;
  gap:8px;
  align-items:end;
  margin-top:12px;
  padding:12px;
  border:1px dashed #b9c9c0;
  border-radius:9px;
  background:#fbfdfc;
}
.v392-temp-head{
  grid-column:1/-1;
  font-size:9px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.08em;
  color:#5f7066;
}
.v392-temp-product input{
  min-width:0;
  height:36px;
  border:1px solid var(--border);
  border-radius:7px;
  background:var(--background);
  padding:0 9px;
  font-size:10.5px;
}
.v392-temp-product button{
  min-height:36px;
  border:1px solid #075b34;
  border-radius:7px;
  background:#075b34;
  color:#fff;
  padding:0 12px;
  font-size:10px;
  font-weight:850;
}
.v370-line-name small{
  display:block;
}
.v370-line-name small:has(+ *){}
@media(max-width:900px){
  .v392-temp-product{
    grid-template-columns:1fr 1fr;
  }
  .v392-temp-head,
  .v392-temp-product input:first-of-type,
  .v392-temp-product button{
    grid-column:1/-1;
  }
}
