.Root {
  user-select: none;
  flex: 1 1 auto; 
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.25rem;
}