/* Products tab (admin) - list-level/shared styles.
 *
 * The detail UI styles live in `views/product-view.css`.
 */

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

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

.products-status-button {
  justify-content: flex-start;
}
