
/* V388 — Báo giá lấy nguồn sản phẩm theo Cài đặt/Cấu hình */
.v388-quote-product-source{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
  padding:7px 9px;
  border:1px solid var(--border);
  border-radius:7px;
  background:var(--muted);
  font-size:9.5px;
  color:var(--muted-foreground);
}
.v388-quote-product-source strong{
  color:var(--brand-green);
  font-weight:900;
}
.v388-quote-product-source em{
  font-style:normal;
  font-size:9px;
}
.v388-product-empty{
  padding:18px 10px;
  text-align:center;
  border:1px dashed var(--border);
  border-radius:7px;
  font-size:10px;
  color:var(--muted-foreground);
}
