.smw-search-form {
  display: flex;
  align-items: center;
  width: 330px;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 16px 24px;
}

.smw-search-input {
  flex: 1;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  color: #174d6b;
  font-family: "NeueMontreal" !important;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}

.smw-search-input:focus {
  outline: none;
  box-shadow: none;
}

.smw-search-input::placeholder {
  color: #174d6b;
  opacity: 0.7;
}

.smw-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #174d6b;
  transition: all 0.3s;
}

.smw-search-submit svg {
  width: 100%;
  height: 100%;
}

.smw-search-submit:hover {
  color: #0f3550;
}
