.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CONTÊINER GERAL */
form.form-reserva {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  max-width: 420px;
  margin: auto;
  font-family: 'Inter', sans-serif;
}

/* TÍTULO (se houver) */
form.form-reserva h1,
form.form-reserva h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* CAMPOS GERAIS */
form.form-reserva input[type="text"],
form.form-reserva input[type="number"],
form.form-reserva input[type="date"],
form.form-reserva input[type="time"],
form.form-reserva select {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  box-sizing: border-box;
}

/* CAMPOS LADO A LADO */
form.form-reserva .jet-form-builder__row {
  display: flex;
  gap: 12px;
}
form.form-reserva .jet-form-builder__row > div {
  flex: 1;
}

/* BOTÃO */
form.form-reserva .wp-block-jet-form-builder-submit-field input[type="submit"] {
  background-color: #00c084;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: 0.3s ease;
}
form.form-reserva .wp-block-jet-form-builder-submit-field input[type="submit"]:hover {
  background-color: #00a871;
}

/* PASSAGEIROS E MALAS - ESTILO DOS BOTÕES + / - */
form.form-reserva .jet-number-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
form.form-reserva .jet-number-field input[type="number"] {
  border: none;
  background: transparent;
  text-align: center;
  font-size: 16px;
  width: 60px;
}
form.form-reserva .jet-number-field button {
  background: none;
  border: none;
  font-size: 22px;
  padding: 0 10px;
  cursor: pointer;
  color: #333;
}/* End custom CSS */