/* tool.css — extra tool-specific styles */
.sku-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;}
#allOrdersTable tbody tr{border-bottom:1px solid #f3f4f6;}
#allOrdersTable tbody tr:hover{background:#f9fafb;}
#allOrdersTable tbody td{padding:10px 12px;color:#374151;}
