/* 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;
}

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

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

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