.cl-lookup-panel {
  position: absolute;
  z-index: 60;
  left: 0;
  right: 0;
  top: calc(100% + 0.25rem);
  margin: 0;
  padding: 0.3rem 0;
  list-style: none;
  max-height: 14rem;
  overflow: auto;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #151922;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
}

.cl-lookup-panel.hidden {
  display: none;
}

.cl-lookup-item {
  padding: 0.55rem 0.7rem;
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  color: #eef2f8;
  font: inherit;
}

.cl-lookup-item:hover,
.cl-lookup-item.is-active {
  background: rgba(84, 148, 255, 0.18);
}

.cl-lookup-item__title {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
}

.cl-lookup-item__meta {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: #9aa8bc;
}

.cl-lookup-item__hint {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  color: #7cb0ff;
}

.cl-lookup-anchor {
  position: relative;
}

.cl-lookup-hint {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  color: var(--text-muted, #9aa8bc);
}

.cl-lookup-empty {
  padding: 0.55rem 0.7rem;
  font-size: 0.82rem;
  color: #9aa8bc;
}
