.v166-category-search {
  position: relative;
  width: 100%;
}
.v166-category-search > input {
  width: 100%;
}
.v166-category-results {
  position: absolute;
  z-index: 10020;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #bfd1df;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(18, 33, 64, .16);
}
.v166-category-results.open {
  display: block;
}
.v166-category-results button {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3px;
  padding: 10px 11px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #203650;
  text-align: left;
  cursor: pointer;
}
.v166-category-results button:hover,
.v166-category-results button:focus {
  background: #edf5fa;
  outline: none;
}
.v166-category-results button b {
  font-size: 13px;
}
.v166-category-results button small {
  color: #74879a;
  font-size: 11px;
}
.v166-category-state {
  padding: 11px;
  color: #718398;
  font-size: 12px;
}
.v166-category-state.error {
  color: #9c354e;
}