.e4s-services-search-v28{
  display:flex;
  align-items:center;
  gap:9px;
  width:min(720px,100%);
  min-height:43px;
  margin:0 0 12px;
  padding:0 10px;
  border:1px solid rgba(178,44,69,.2);
  border-radius:10px;
  background:#151012
}

.e4s-services-search-v28>i{
  color:#c23851
}

.e4s-services-search-v28 input{
  flex:1!important;
  width:auto!important;
  min-width:0!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#eee7e9!important;
  background:transparent!important;
  font-size:10px!important
}

.e4s-services-search-v28 input::placeholder{
  color:#776b70
}

.e4s-services-search-v28 button{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  padding:0;
  border:1px solid rgba(203,55,82,.25);
  border-radius:7px;
  color:#fff;
  background:#a7223b;
  cursor:pointer
}

.e4s-services-search-v28 small{
  color:#786c70;
  font-size:8px;
  white-space:nowrap
}

.e4s-service-search-hidden-v28{
  display:none!important
}

@media(max-width:620px){
  .e4s-services-search-v28{
    width:100%
  }

  .e4s-services-search-v28 small{
    display:none
  }
}
