.zapmatch-visual-search-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}

.zapmatch-visual-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #666;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.zapmatch-visual-search-btn:hover {
  border-color: #0071a1;
  color: #0071a1;
}

.zapmatch-visual-search-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.zapmatch-visual-search-status {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}
