#central-search-form > div {
  display: inline-flex;
}

#central-search-form input[name="search_query"] {
  width: 280px;
  margin: unset;
  padding: 5px;
}

#central-search-form .form-actions {
  margin: unset;
  padding: unset;
}

#central-search-form select[name="endpoint"] {
  width: 42px;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: unset;
  background-position: right 0.2em center;
  text-shadow: unset;
}

#central-search-form .form-item-endpoint {
  position: relative;
}

#central-search-form .form-item-endpoint::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 25px;
  height: 22px;
  transform: scaleX(-1);
  background-image: url('data:image/svg+xml,<svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 0.4em center;
  background-color: #e9e9ed;
}

#central-search-form input[name="op"] {
  margin: 2px 0 0 -1px;
  padding: 5px 10px;
}
