/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/

/*
Theme Name: Blocksy Child
Template: blocksy
*/

.custom-search-container {
  position: relative;
  max-width: 400px;
  margin: auto;
}

#custom-search-input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.custom-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  z-index: 9999;
  max-height: 300px;
  overflow-y: auto;
}

.search-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.search-result-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-left: 10px;
  flex-shrink: 0;
}

.search-result-item .result-text {
  flex: 1;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}







