.outlet-neutral-bg {
  background: #f6f5ef;
}

.outlet-soft-bg {
  background: #f4e5d9;
}

.banner-text {
  color: #EE6926;
  font-size: 64px !important;
  margin-top: -100px !important;
}

.outlet-item-card {
  width: 90%;
  min-height: 260px;
  border-radius: 30px;
  background: #f4e5d9;
}

.open-map-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #EE6926;
  background-color: transparent;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.pin-black {
  height: 16px;
  width: auto;
}

.pin-orange {
  height: 22px;
  width: auto;
}

.search-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 0 20px;
}

.search-form {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #EE6926;
  border-radius: 50px;
  padding: 5px;
  position: relative;
}

.search-input {
  flex: 1;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  color: #666;
  background: transparent;
}

.search-input::placeholder {
  color: #999;
  font-style: italic;
}

.search-input:focus {
  border: none;
}

.search-button {
  background: #EE6926;
  color: white;
  border: none;
  padding: 16px 35px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 0;
  right: -1px;
}

.search-button:hover {
  background: #EE6926;
}
