.wp-block-skouerr-theme-post-search {
  position: relative;
}
.wp-block-skouerr-theme-post-search form.post-search-form {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.wp-block-skouerr-theme-post-search form.post-search-form:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.5002%2017.5L13.9168%2013.9166M15.8333%209.16667C15.8333%2012.8486%2012.8486%2015.8333%209.16667%2015.8333C5.48477%2015.8333%202.5%2012.8486%202.5%209.16667C2.5%205.48477%205.48477%202.5%209.16667%202.5C12.8486%202.5%2015.8333%205.48477%2015.8333%209.16667Z%22%20stroke%3D%22%23A3A3A3%22%20stroke-width%3D%221.81818%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  z-index: 100;
  height: 100%;
  z-index: 1;
}
.wp-block-skouerr-theme-post-search form.post-search-form input {
  padding: 12px 16px;
  padding-left: 44px;
  border: 1px solid var(--wp--preset--color--border-grey);
  border-radius: 8px;
  width: 100%;
  background-color: white;
  font-size: 16px;
  position: relative;
}