
/* V367 — Top 5 sản phẩm: cột rõ ràng, cân đối trên desktop/mobile */
.v367-top5-table{width:100%;min-width:0}
.v367-top5-head,.v367-top5-row{
 display:grid;grid-template-columns:28px minmax(130px,1fr) 72px 58px minmax(100px,120px);
 align-items:center;column-gap:8px
}
.v367-top5-head{
 padding:0 7px 7px;border-bottom:1px solid var(--border);
 font-size:8.5px;font-weight:850;letter-spacing:.045em;text-transform:uppercase;color:var(--muted-foreground)
}
.v367-top5-head span:nth-child(n+3){text-align:right}
.v367-top5-row{
 min-height:49px;padding:7px;border-bottom:1px solid var(--border);border-radius:5px;
 transition:background .15s ease
}
.v367-top5-row:last-child{border-bottom:0}
.v367-top5-row:hover{background:var(--muted)}
.v367-top5-rank{
 display:flex;align-items:center;justify-content:center;width:23px;height:23px;border:1px solid var(--border);
 border-radius:50%;font-size:10px;font-weight:900;color:var(--muted-foreground);background:var(--background)
}
.v367-top5-row:nth-child(2) .v367-top5-rank{border-color:#d6a94d;color:#8a6117;background:#fff9e9}
.v367-top5-product{min-width:0}
.v367-top5-product strong{
 display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
 font-size:11.5px;line-height:1.35;font-weight:800;color:var(--foreground)
}
.v367-top5-product small{
 display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
 font-size:8.8px;line-height:1.25;color:var(--muted-foreground)
}
.v367-top5-number{text-align:right}
.v367-top5-number strong{display:block;font-size:11.5px;font-weight:850;line-height:1.2}
.v367-top5-number small{display:block;margin-top:2px;font-size:8.5px;color:var(--muted-foreground)}
.v367-top5-orders{text-align:right;font-size:11px;font-weight:750;font-variant-numeric:tabular-nums}
.v367-top5-revenue{
 text-align:right;white-space:nowrap;font-size:11px;font-weight:900;font-variant-numeric:tabular-nums;color:var(--brand-green)
}
@media(max-width:1280px) and (min-width:1024px){
 .v367-top5-head,.v367-top5-row{grid-template-columns:24px minmax(105px,1fr) 58px 46px minmax(88px,100px);column-gap:5px}
 .v367-top5-head{font-size:7.8px}
 .v367-top5-product strong,.v367-top5-number strong,.v367-top5-revenue{font-size:10.2px}
 .v367-top5-orders{font-size:10px}
}
@media(max-width:560px){
 .v367-top5-head{display:none}
 .v367-top5-row{
  grid-template-columns:26px minmax(0,1fr) auto;grid-template-areas:"rank product revenue" "rank stats stats";
  gap:4px 8px;padding:9px 5px;align-items:center
 }
 .v367-top5-rank{grid-area:rank}
 .v367-top5-product{grid-area:product}
 .v367-top5-revenue{grid-area:revenue;font-size:10.5px}
 .v367-top5-number{grid-area:stats;text-align:left;display:inline-flex;gap:4px;align-items:center}
 .v367-top5-number strong{font-size:9.5px}.v367-top5-number small{margin:0;font-size:8.5px}
 .v367-top5-orders{grid-area:stats;text-align:right;font-size:9px;color:var(--muted-foreground)}
 .v367-top5-orders:after{content:" đơn"}
}
.dark .v367-top5-row:nth-child(2) .v367-top5-rank{background:#352c19;border-color:#8a6b2e;color:#e4bf69}
