
/* V310 — Chỉ thêm ô tìm kiếm BÊN TRONG danh sách NCC.
   Trigger/cột bên ngoài giữ nguyên giao diện hiện tại. */
.v310-supplier-search-content{
  min-width:260px!important;
  max-width:min(92vw,440px)!important;
}
.v310-supplier-search-box{
  position:sticky;
  top:0;
  z-index:3;
  padding:7px;
  background:var(--popover,var(--background));
  border-bottom:1px solid var(--border);
}
.v310-supplier-search-input{
  height:34px!important;
  width:100%!important;
  min-width:0!important;
  font-size:12px!important;
  background:var(--background)!important;
}
.v310-supplier-search-empty{
  padding:10px 12px;
  color:var(--muted-foreground);
  font-size:11.5px;
  text-align:center;
}
@media(max-width:1099px){
  .v310-supplier-search-content{
    min-width:0!important;
    width:min(92vw,420px)!important;
    max-width:92vw!important;
  }
  .v310-supplier-search-input{
    height:38px!important;
    font-size:13px!important;
  }
}
