.sales-detail-table{
  min-width:1240px;
}

.sales-net-table{
  min-width:1380px;
}

.sales-item-cell{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:260px;
}

.sales-item-image{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:6px;
  border:1px solid #e5e7eb;
  object-fit:cover;
  background:#f3f4f6;
}

.sales-item-fallback{
  display:grid;
  place-items:center;
  color:#64748b;
  font-weight:800;
  font-size:11px;
}

.sales-item-name{
  font-weight:750;
  color:#111827;
}

.sales-item-code{
  color:#64748b;
  font-size:12px;
}

@media print{
  .sales-item-image{
    width:34px;
    height:34px;
  }
}
