.is-form-style input.is-search-input {
  background: #fff;
  background-image: none !important;
  color: #333;
  padding: 0 12px;
  margin: 0;
  outline: 0 !important;
  font-size: 14px !important;
  height: 28px;
  min-height: 0;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #ccc !important;
  font-family: arial;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-top: -8px;
}
.is-search-form .is-search-input {
  display: none !important;
}
.is-search-form.is-open .is-search-input {
  display: block !important;
  position: fixed;
  left: 0;
  right: 0;
  top: var(--search-top, 0px);
  z-index: 9999;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: none;
}
.is-search-form {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.is-form-style .is-search-submit,
.is-form-style .is-search-submit:hover,
.is-form-style .is-search-submit:focus,
.is-form-style .is-search-submit:active {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
  transform: none !important;
  transition: none !important;
  -webkit-tap-highlight-color: transparent;
}
.is-form-style .is-search-icon {
  background-color: transparent !important;
  border-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex;
  line-height: 0;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  transition: none !important;
  cursor: pointer !important;
}
.is-form-style .is-search-submit::before,
.is-form-style .is-search-submit::after,
.is-form-style .is-search-icon::before,
.is-form-style .is-search-icon::after {
  content: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.is-form-style .is-search-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  transform: none !important;
  transition: none !important;
  fill: currentColor;
}
.is-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,1px,1px);
  white-space: nowrap;
  border: 0;
}
