.fzcm-search-wrapper {
  position: relative;
}

.fzcm-search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none;
}

.fzcm-suggestion {
  padding: 10px;
  cursor: pointer;
}

.fzcm-suggestion:hover {
  background-color: #f0f0f0;
}
