.ee-wj {
  position: relative;
}

.ee-wj-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 9999;

  display: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.ee-wj-suggest__item {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
  background: #fff;
}

.ee-wj-suggest__item.is-active { background: #f4f4f4; }

.ee-wj-suggest__item:hover {
  background: #f4f4f4;
}