
.photon-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 9999;
  max-height: 220px;
  overflow-y: auto;
}

.photon-suggestion-item {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.photon-suggestion-item:hover {
  background: #f0f4ff;
}
