/* Bulk-action selection banner for multi-select tables.
   Composes the existing alert--info component; this file only carries
   the hidden-when-empty modifier and the action button cluster spacing.
   The JS handler in ui.js toggles `--empty` based on the row-checkbox
   count within the banner's `[data-multi-select-container]`. */

@layer components {
  .bulk-action-banner--empty {
    display: none;
  }

  .bulk-action-banner__actions {
    flex-wrap: wrap;
  }
}
