.menu-button .reference {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  column-gap: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
