.root {
}

.list {
  @apply flex flex-row items-center;
}

.item {
  @apply mr-6 cursor-pointer relative;

  &:last-child {
    @apply mr-0;
  }
}