.list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.item {
  display: contents;
}
.repeater {
  display: contents;
}
