.bt-filter-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
}

.bt-field {
  position: relative;
}

.bt-field input,
.bt-field select {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 160px;
}

/* Destination dropdown */
#bt-destination-results {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 99;
  display: none;
}

#bt-destination-results div {
  padding: 8px 12px;
  cursor: pointer;
}

#bt-destination-results div:hover {
  background: #f5f5f5;
}

/* Pax popup */
.bt-pax-popup {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  display: none;
  z-index: 99;
  width: 200px;
}

.bt-pax-popup label {
  display: block;
  margin-bottom: 8px;
}

.bt-pax-popup input {
  width: 100%;
}

#bt-pax-apply {
  width: 100%;
  background: #ff2d55;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
}

/* Search */
#bt-search {
  background: #ff2d55;
  color: #fff;
  border: none;
  padding: 0 20px;
  height: 44px;
  border-radius: 6px;
  cursor: pointer;
}