#sugestoes-topo {
  position: fixed;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 9999999;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sugestao-item {
  padding: 12px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.sugestao-item:hover {
  background: #f5f5f5;
}