.search-results-dropdown {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  width: 500px;
  max-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 12px;
  margin-top: 10px;
}

.search-suggestion-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.search-suggestion-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 100%;
}

.search-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
}

.search-title {
  flex-grow: 1;
}

.search-type {
  font-size: 12px;
  color: #666;
  margin-left: auto;
}
