.products-module .products-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(150px,180px) minmax(150px,180px) minmax(145px,150px);gap:6px}
.products-module .products-toolbar>.category-filter{width:100%;min-width:0;padding-left:8px;padding-right:8px}
.products-module .products-toolbar>.pos-product-search{min-width:0;width:auto}
.products-module .product-history-note{margin:0 0 8px;font-size:12px;line-height:1.4;color:var(--text-muted,#64748b)}
.products-module .product-inactive-badge{flex-shrink:0;font-size:10px;line-height:16px;white-space:nowrap;margin-left:4px;padding:0 4px;border:1px solid var(--border,#d1d5db);border-radius:3px;color:var(--text-muted,#64748b)}
.products-module .product-status-dot.inactive{background:var(--text-muted,#64748b)}
@media(max-width:760px){.products-module .products-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}.products-module .products-toolbar>.pos-product-search{grid-column:1/-1}}
@media(max-width:520px){.products-module .products-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}
