.hero-search {
  position: relative;
  width: min(100%, 398px);
  height: 64px;
  margin: 40px auto 0;
}

.hero-search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  color: #94a3b8;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-search input {
  width: 100%;
  height: 64px;
  padding: 0 20px 0 48px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  outline: 0;
  color: #0f172a;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), 0 10px 22px rgba(15, 23, 42, 0.08);
  font-size: 16px;
  line-height: normal;
}

.hero-search input::placeholder {
  color: #94a3b8;
}

.hero-search input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.18), 0 1px 2px rgba(15, 23, 42, 0.08), 0 10px 22px rgba(15, 23, 42, 0.08);
}
