.elementor-16 .elementor-element.elementor-element-c3049a1{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-6c5c867 */.tz-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  max-width: 700px;
  margin: auto;
}

.tz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.tz-trip {
  margin-bottom: 20px;
}

.tz-trip label {
  margin-right: 20px;
}

.tz-passengers {
  margin: 20px 0;
}

.tz-btn {
  background: black;
  color: white;
  padding: 12px;
  border: none;
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
}

.tz-offer {
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 10px;
  border-radius: 8px;
}

.tz-autocomplete div:hover {
  background: #f5f5f5;
}
.tz-field {
  position: relative;
}

.tz-autocomplete {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  max-height: 250px;
  overflow-y: auto;
  z-index: 9999;
}

.tz-suggestion {
  padding: 14px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
}

.tz-suggestion:hover {
  background: #f3f6f9;
}
.tz-card form {
  display: flex;
  flex-direction: column;
}

.tz-btn {
  align-self: center;
  max-width: 280px;
  margin-top: 25px;
}/* End custom CSS */