/* Products tab (admin) - list-level/shared styles.
 *
 * The edit UI styles live in `products-edit.css`.
 */

/* Hide list panel while editing (toggled by JS). */
#productsListPanel[hidden] {
  display: none !important;
}

#productsListPanel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Product list uses the global ListView styles (see /00-admin/01-global/list-view.css).
 * Keep any product-specific tweaks here when needed.
 */
