.guesty-search-form__item-icon {
  position: absolute;
  left: 10px;
  font-size: 16px;
  top: 15px;
}

.guesty-search-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  gap: 20px;
  background-color: transparent;
  align-items: center;
}

.guesty-search-form__button {
  border: 1px solid black;
  padding: 10px 69px;
  background: #1A1A18;
  color: white;
  width: 100%;
  font-size: 16px;
  height: 48px;
  border-radius: 0;
}

.guesty-search-form__button:hover, .guesty-search-form__button:active, .guesty-search-form__button:focus {
  background-color: #393938 !important;
  color: white;
}

.guesty-search-form__item {
  width: 25%;
  display: flex;
  position: relative;
  height: 100%;
}

.guesty-search-form__item input, .guesty-search-form__item select {
  width: 100%;
  border-radius: 0;
  padding-top: 15px;
  height: 48px;
  font-size: 14px;
}

.guesty-search-form__item .guests-stepper{
  border: 1px solid #666;
  width: 100%;
  background-color: #fff;
  height: 48px;
}
.guests-stepper input {
  height: 46px;
}
.guest-stepper__content input { 
  text-align: center;
}
.guest-stepper__content {
  position: relative;
  width: 100px;
  margin-left: auto;
  display: flex;
  justify-content: center;
}


.guesty-floating {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}

.guesty-label {
  position: absolute;
  left: 40px;
  top: 24px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  font-size: 16px;
  color: #666;
  pointer-events: none;
  background: white;
  padding: 0 4px;
}

.guesty-input {
  width: 100%;
  height: 100%;
  padding: 6px 10px 6px 40px !important;
  border: 1px solid #666;
  border-radius: 10px;
  font-size: 16px;
  background: white;
  outline: unset !important;
}

.guesty-input:focus + .guesty-label,
.guesty-input:not(:placeholder-shown) + .guesty-label,
.guesty-input.filled + .guesty-label {
  top: 8px;
  left: 40px;
  font-size: 11px;
  color: #000;
  background: transparent;
  padding: 0;
}


.guesty-input__guests {
  border: unset !important;
  padding: 0 !important;
  outline: unset !important;
}

.guesty-guest-decrease {
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 14px;
  font-size: 20px;
  cursor: pointer;
}
.guesty-guest-increase {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 14px;
  font-size: 20px;
  cursor: pointer;
}
.flatpickr-calendar {
  margin-left: -307px;
  margin-top: 55px;
}



@media (max-width: 1000px) {
  .guesty-search-form {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .guesty-search-form__item {
    width: calc(50% - 10px); 
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .guesty-search-form {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .guesty-search-form__item {
    width: 100%; 
  }
}

#hostaway-booking-widget {
  display: none !important;
}
.guesty-input__guests::-webkit-outer-spin-button,
.guesty-input__guests::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.guesty-input__guests {
  -moz-appearance: textfield; 
}

.guesty-search-form--no-border {
  padding: 0;
}

select.guesty-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 24 24' width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}