.greedy nav{
  position: relative;
  display: flex;
  align-items: center;
  /* background: #e0e0e0; */
}

.greedy h1 {
  display: flex;
  align-self: stretch;
  align-items: center;
  /* background: #c6c6c6; */
  /* padding: 0 1rem; */
  /* font-weight: bold; */
}

.greedy button {
  align-self: stretch;
  transition: all .4s ease-out;
  padding: 0 1rem 0 0.75rem;  /*2nd: 0 0.75rem 0 1.5rem; 1st: 0 1rem 0 1.5rem;*/
  outline: 0;
  border: 0;
  font-size: 0.8rem;/*0.9rem;*/
  /* font-weight: bold; */
  background-color: transparent; /* #c8c8c8; */
}
.greedy button.hidden {
  transition: none;
  /* border-right: 0.5rem solid #b6b6b6; */
  width: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
/* .greedy button::after {
  content: attr(count);
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  background:#9f9f9f;
  color: #f2f2f2;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 0.25rem;/1rem;/
  margin-right: calc(-1rem + -8px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
} */

.greedy ul.links {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  overflow: hidden;
}
.greedy ul.links li {
  flex: none;
  /* padding: 1rem; */
}

/* .greedy ul.links li a {
  color: #404040;
} */

.greedy ul.hidden-links {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.greedy ul.hidden-links.hidden {
  display: none;
}
/* .greedy ul.hidden-links li {
  padding: 1rem;
} */