.suggest-list {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 0;
  list-style: none;
  color: #ffffff;
  background-color: rgba(20, 28, 34, 0.8);
}

.suggest-list > li{
  margin-bottom: 2px;
  padding: 4px;
}
.suggest-list > .selected{
  background-color: rgba(233, 87, 63, 0.8);
}

.menu-item:hover {
  cursor: pointer;
}

.mobile-nav-is-expanded .suggest-list {
  width: calc(100% - 24px);
}
