.vw-ai-search-form {
  position: relative !important;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.vw-ai-search-form #search-box,
.vw-ai-search-form input[name="q"] {
  box-sizing: border-box;
  padding-right: 82px !important;
  transition: background-color .16s ease;
}

.vw-ai-search-toggle {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 48px;
  height: 26px;
  padding: 0 9px;
  border: 1px solid #c9c9ce;
  border-radius: 13px;
  background: #fff;
  color: #555;
  font: 700 12px 'Open Sans', Arial, sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.vw-ai-search-toggle > span:first-child {
  color: #3f83c5;
  font-size: 14px;
}

.vw-ai-search-toggle:hover,
.vw-ai-search-toggle:focus {
  border-color: #3f83c5;
  outline: none;
  box-shadow: 0 0 0 2px rgba(63,131,197,.14);
}

.vw-ai-search-form.vw-ai-mode {
  border-color: #3f83c5 !important;
  background: #f2f8fd !important;
  box-shadow: 0 0 0 2px rgba(63,131,197,.15) !important;
}

.vw-ai-search-form.vw-ai-mode #search-box,
.vw-ai-search-form.vw-ai-mode input[name="q"] {
  background-color: #f2f8fd !important;
}

.vw-ai-search-form.vw-ai-mode .vw-ai-search-toggle {
  border-color: #3f83c5;
  background: #3f83c5;
  color: #fff;
}

.vw-ai-search-form.vw-ai-mode .vw-ai-search-toggle > span:first-child {
  color: #fff;
}

.vw-ai-search-toggle:disabled {
  cursor: wait;
  opacity: .7;
}

.vw-home-search.vw-ai-search-form .vw-ai-search-toggle {
  right: 57px;
}

.vw-ai-results-note,
.vw-ai-results-empty,
.vw-ai-results-error {
  padding: 10px 14px;
  border-bottom: 1px solid #e6e6e8;
  text-align: center;
  color: #777;
  font-size: 13px;
}

.vw-ai-results-empty {
  padding: 28px 14px;
  color: #666;
  font-size: 15px;
}

.vw-ai-results-error {
  color: #9f2727;
  background: #fff6f6;
}

@media(max-width: 700px) {
  .vw-ai-search-toggle {
    right: 3.5em;
    height: 30px;
    min-width: 54px;
    border-radius: 15px;
    font-size: 13px;
  }

  .vw-ai-search-form #search-box,
  .vw-ai-search-form input[name="q"] {
    padding-right: 92px !important;
  }

  .vw-home-search.vw-ai-search-form .vw-ai-search-toggle {
    right: 57px;
  }
}
