.booking-bar-6d014437 {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 8px 16px; /* Still thinner padding */
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  position: relative;
  z-index: 20;
  font-family: inherit;
  box-sizing: border-box;
}

.booking-bar-6d014437 *, 
.booking-bar-6d014437 *::before, 
.booking-bar-6d014437 *::after {
  box-sizing: border-box;
}

.booking-bar-6d014437 form {
  display: flex;
  align-items: flex-end; /* Perfect alignment of inputs and button */
  gap: 12px;
  width: 100%;
}

.booking-field-6d014437 {
  display: flex;
  flex-direction: column;
  flex: 1.2;
}

.booking-field-6d014437.small-6d014437 {
  flex: 0.8;
}

.booking-field-6d014437 label {
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.booking-field-6d014437 input,
.booking-field-6d014437 select,
.booking-button-6d014437 button {
  height: 36px; /* Exactly identical heights */
  border-radius: 3px;
  font-size: 13px;
  font-family: inherit;
  margin: 0;
}

.booking-field-6d014437 input,
.booking-field-6d014437 select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 0 10px;
  outline: none;
  transition: border-color 0.2s ease;
}

.booking-field-6d014437 input:focus,
.booking-field-6d014437 select:focus {
  border-color: #b27a2c;
}

.booking-field-6d014437 select option {
  color: #000000;
}

.booking-button-6d014437 {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.booking-button-6d014437 button {
  width: 100%;
  border: none;
  background: #b27a2c;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-button-6d014437 button:hover {
  filter: brightness(0.9);
}

@media (max-width: 768px) {
  .booking-bar-6d014437 {
    max-width: 95%;
    margin: 20px auto;
    padding: 12px;
  }

  .booking-bar-6d014437 form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .booking-field-6d014437,
  .booking-field-6d014437.small-6d014437,
  .booking-button-6d014437 {
    flex: 1;
    width: 100%;
  }
}
