/* Isolated preview styling: never loaded by the production POS. */
#view-products .table-panel { overflow-x:auto; scrollbar-width:thin; scrollbar-color:#9bbcb4 #f1f6f4; }
@media(min-width:901px) {
  #view-products .table-panel table { min-width:1180px; table-layout:auto; }
  #view-products .table-panel th:nth-child(2),
  #view-products .table-panel td:nth-child(2) { min-width:230px; width:230px; white-space:normal; overflow-wrap:break-word; word-break:normal; }
  #view-products .table-panel td:nth-child(2) small,
  #view-products .family-toggle small { overflow-wrap:anywhere; }
  #view-products .table-panel th:last-child,
  #view-products .table-panel td:last-child { position:sticky; right:0; min-width:220px; width:220px; background:var(--panel,#fff); box-shadow:-8px 0 12px -12px #173a38; z-index:2; white-space:nowrap; }
  #view-products .table-panel th:last-child { background:#f8fafb; }
  #view-products .catalog-row-actions .link-btn { display:inline-block; margin:0 5px 0 0; padding:4px; white-space:nowrap; }
  #view-products .family-toggle { text-align:left; }
}
