.search-block-form > div {
  display: flex;
}
.search-block-form input.form-search {
  padding: 7px 5px;
  line-height: 22px;
  border-right: none;
}
.search-block-form .form-actions {
  margin: 0;
  width: 38px;
  height: 38px;
  position: relative;
  background: #ddd;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.search-block-form .form-actions::before {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border: 4px solid #666;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
}
.search-block-form .form-actions::after {
  content: " ";
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 4px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  right: 6px;
}
.search-block-form input.form-submit {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 1rem;
  text-transform: none;
  width: 38px;
  height: 38px;
  text-indent: -333px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.search-block-form input.form-submit:hover,
.search-block-form input.form-submit:focus {
  outline: none;
  box-shadow: none;
}
.search-info {
  font-size: 95%;
}
