.list-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}
