.bi-search-widget-wrap {
  width: 100%;
}

.bi-search-widget-wrap--desktop-only {
  display: block;
}

.bi-search-widget-wrap--mobile-only {
  display: none;
}

.bi-search-widget {
  margin: 0;
}

.bi-search-widget__mobile-trigger,
.bi-search-widget__mobile-close {
  display: none;
}

.bi-search-widget__mobile-trigger {
  border: 0;
  background: transparent;
  color: #111;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
}

.bi-search-widget__mobile-trigger:hover,
.bi-search-widget__mobile-trigger:focus {
  background: transparent;
  color: #333;
  border: 0;
  outline: none;
  box-shadow: none;
}

.bi-search-widget__mobile-close {
  border: 0;
  background: transparent;
  color: #7a828a;
  width: 40px;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  padding: 0;
}

.bi-search-widget__container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  background: #f7f7f7;
  min-height: 54px;
  padding: 0;
}

.bi-search-widget__prefix {
  display: none;
}

.bi-search-widget__prefix svg {
  display: none;
}

.bi-search-widget__input,
.bi-search-widget__container > .bi-search-widget__input.elementor-search-form__input {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='7.49142' cy='7.49142' r='6.74142' stroke='%23888888' stroke-width='1.5'/%3E%3Cpath d='M12.1802 12.5303L14.8232 15.1665' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 16px 16px;
  color: #5f6a73;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 18px 10px 58px;
  text-indent: 0;
  min-height: 54px;
}

.bi-search-widget__input::placeholder {
  color: #8d959e;
  opacity: 1;
}

.bi-search-widget__input::-webkit-search-decoration,
.bi-search-widget__input::-webkit-search-results-button,
.bi-search-widget__input::-webkit-search-results-decoration {
  display: none;
}

.bi-search-widget__input::-webkit-search-cancel-button {
  cursor: pointer;
  height: 14px;
  width: 14px;
  opacity: 0.45;
}

.bi-search-widget__submit {
  width: 40px;
  min-width: 40px;
  height: 54px;
  border: 0;
  background: transparent;
  color: #7a828a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin-right: 8px;
}

.bi-search-widget__submit:hover,
.bi-search-widget__submit:focus {
  color: #5c6570;
}

.bi-search-widget__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.bi-search-widget__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .bi-search-widget-wrap--desktop-only {
    display: none;
  }

  .bi-search-widget-wrap--mobile-only {
    display: block;
  }

  .bi-search-widget__container,
  .bi-search-widget__input,
  .bi-search-widget__submit {
    min-height: 48px;
  }

  .bi-search-widget__input,
  .bi-search-widget__container > .bi-search-widget__input.elementor-search-form__input {
    font-size: 16px;
    background-position: 16px center;
    background-size: 16px 16px;
    padding: 8px 14px 8px 52px;
  }

  .bi-search-widget__submit {
    width: 36px;
    min-width: 36px;
    height: 48px;
  }

  .bi-search-widget-wrap[data-bi-mobile-mode="compact"],
  .bi-search-widget-wrap[data-bi-mobile-mode="fullscreen"] {
    position: relative;
  }

  .bi-search-widget-wrap[data-bi-mobile-mode="compact"] .bi-search-widget,
  .bi-search-widget-wrap[data-bi-mobile-mode="fullscreen"] .bi-search-widget {
    display: none;
  }

  .bi-search-widget-wrap[data-bi-mobile-mode="compact"] .bi-search-widget__mobile-trigger,
  .bi-search-widget-wrap[data-bi-mobile-mode="fullscreen"] .bi-search-widget__mobile-trigger {
    display: inline-flex;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="compact"] .bi-search-widget,
  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget {
    display: block;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="compact"] .bi-search-widget__mobile-close,
  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget__mobile-close {
    display: inline-flex;
    margin-left: 4px;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget__mobile-trigger {
    display: none !important;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="compact"] .bi-search-widget__container {
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="compact"] .bi-search-widget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 12000 !important;
    background: transparent;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget__container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14) !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
    padding: 10px 12px !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 12001 !important;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget__mobile-close {
    display: inline-flex !important;
    margin-left: 0 !important;
    color: #5c6570;
    flex-shrink: 0;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget__input,
  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget__container > .bi-search-widget__input.elementor-search-form__input {
    min-height: 44px;
    padding: 8px 12px 8px 42px;
    background-position: 12px center;
    border-radius: 10px;
    background-color: #f8fafc;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-search-widget__submit {
    margin-right: 0;
    border-radius: 10px;
    background: #f3f4f6;
    color: #4b5563;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-autocomplete-results {
    left: 0 !important;
    top: calc(100% + 8px) !important;
    width: 100% !important;
    border-radius: 0 0 12px 12px !important;
    border: 1px solid #e5e7eb !important;
    border-top: 0 !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12) !important;
    max-height: min(60vh, 420px) !important;
    z-index: 12002 !important;
  }

  .bi-search-widget-wrap.is-mobile-open[data-bi-mobile-mode="fullscreen"] .bi-autocomplete-results a {
    padding: 12px !important;
  }
}
