.whippet-search .whippet-button {
  font-size: 0;
  padding: 11px;
  height: 51.25px;
}
.whippet-search .whippet-button svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1023px) {
  .whippet-search .whippet-button {
    height: 49.5px;
  }
}
@media only screen and (max-width: 767px) {
  .whippet-search .whippet-button {
    height: 48px;
  }
}
.whippet-search .search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999;
}
.whippet-search .search-form .search-form-container {
  display: flex;
  gap: 10px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.whippet-search .search-form .search-field {
  border: 2px solid var(--e-global-color-primary, #143F13);
}
.whippet-search .search-form .search-field:focus-visible {
  outline: none;
}

.elementor-widget-whippet-search {
  position: static;
}
.e-con-inner:has(> .elementor-widget-whippet-search) {
  position: relative;
}
