.blog-search-widget {
  display: flex;
  justify-content: center;
}

.bs-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 10px 15px;
  border: 2px solid #c6effe;
  border-radius: 50px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bs-icon {
  flex-shrink: 0;
  display: block;
  pointer-events: none;
}

.bs-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.2;
  color: #231f20;
  padding: 0 !important;
  margin: 0 10px;
}
.bs-input::-moz-placeholder {
  color: #aab9bb;
  opacity: 1;
}
.bs-input::placeholder {
  color: #aab9bb;
  opacity: 1;
}
.bs-input::-webkit-search-cancel-button, .bs-input::-webkit-search-decoration, .bs-input::-webkit-search-results-button, .bs-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none !important;
}

.blog-search-widget .bs-wrap button.bs-clear {
  all: unset !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.15s ease !important;
  line-height: 1 !important;
  font-size: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  box-sizing: content-box !important;
}
.blog-search-widget .bs-wrap button.bs-clear svg {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.blog-search-widget .bs-wrap button.bs-clear circle {
  fill: #bdbdbd;
  transition: fill 0.15s ease;
}
.blog-search-widget .bs-wrap button.bs-clear path {
  stroke: #fff;
}
.blog-search-widget .bs-wrap button.bs-clear:hover circle {
  fill: #9e9e9e;
}
.blog-search-widget .bs-wrap.has-value button.bs-clear {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*# sourceMappingURL=style.css.map*/