/* =====================================================
   HTJ Booking Form Luxury Reskin v2 — CSS only
   Same fields, same plugin, same data — only the
   expression changes. Rollback = remove this file.
   ===================================================== */:root {
  --htj-ink:    #0F0F0F;
  --htj-text:   #3C3C3C;
  --htj-muted:  #909090;
  --htj-subtle: #C0B8AE;
  --htj-red:    #C41A1A;
  --htj-red-b:  #da0000;
  --htj-cream:  #FAFAF7;
  --htj-cream2: #F3EDE5;
  --htj-border: #E2DBD1;
  --htj-serif:  'Cormorant Garamond', Georgia, serif;
  --htj-sans:   'Montserrat', sans-serif;
}

/* ── "BOOKING INFORMATION" banner → serif, refined ── */.single-product .elementor-element-256ebfd2 .elementor-heading-title,
#htj-booking .elementor-element-256ebfd2 .elementor-heading-title {
  font-family: var(--htj-serif) !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  letter-spacing: 1px !important;
  color: #fff !important;
}

/* ── Step indicator ── */.single-product .process-step,
#htj-booking .process-step,
.single-product .process-step *,
#htj-booking .process-step * {
  font-family: var(--htj-sans) !important;
}.single-product .process-step .step-title,
#htj-booking .process-step .step-title,
.single-product .process-step p,
#htj-booking .process-step p {
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
}

/* ── Airport switcher (select#dynamic_select) ── */.single-product #dynamic_select,
#htj-booking #dynamic_select {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23909090' stroke-width='1.5'/></svg>") no-repeat right 18px center !important;
  border: 1px solid var(--htj-border) !important;
  border-left: 2px solid var(--htj-red-b) !important;
  border-radius: 0 !important;
  color: var(--htj-ink) !important;
  font-family: var(--htj-sans) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 16px 48px 16px 18px !important;
  cursor: pointer;
  box-shadow: none !important;
}.single-product #dynamic_select:focus,
#htj-booking #dynamic_select:focus {
  border-color: var(--htj-ink) !important;
  outline: none !important;
}

/* ── The form as an editorial card ── */.single-product form.cart,
#htj-booking form.cart {
  background: #fff !important;
  border: 1px solid var(--htj-border) !important;
  border-top: 2px solid var(--htj-red-b) !important;
  padding: 44px 40px !important;
}@media (max-width: 640px) {.single-product form.cart,
#htj-booking form.cart { padding: 28px 18px !important; }
}

/* Field spacing (no row borders — hidden conditional rows would
   otherwise render as empty divider lines) */.single-product form.cart .wcpa_row,
#htj-booking form.cart .wcpa_row { padding: 0 !important; margin: 0 !important; border: none !important; }.single-product form.cart .wcpa_form_item,
#htj-booking form.cart .wcpa_form_item { margin: 20px 0 !important; }

/* ── Field labels ── */.single-product .wcpa_form_item > label,
#htj-booking .wcpa_form_item > label {
  font-family: var(--htj-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--htj-text) !important;
  margin-bottom: 10px !important;
}.single-product .wcpa_form_item > label .required_ast,
#htj-booking .wcpa_form_item > label .required_ast {
  color: var(--htj-red) !important;
}

/* ── Inputs / textareas / selects ── */.single-product form.cart .input-text,
#htj-booking form.cart .input-text,
.single-product form.cart input[type="text"],
#htj-booking form.cart input[type="text"],
.single-product form.cart input[type="number"],
#htj-booking form.cart input[type="number"],
.single-product form.cart textarea,
#htj-booking form.cart textarea,
.single-product form.cart select,
#htj-booking form.cart select {
  font-family: var(--htj-sans) !important;
  font-size: 15px !important;
  color: var(--htj-text) !important;
  background: var(--htj-cream) !important;
  border: 1px solid var(--htj-border) !important;
  border-radius: 0 !important;
  text-align: left !important;
  padding: 14px 16px !important;
  box-shadow: none !important;
  transition: border-color .2s, background .2s;
}.single-product form.cart .input-text:focus,
#htj-booking form.cart .input-text:focus,
.single-product form.cart input:focus,
#htj-booking form.cart input:focus,
.single-product form.cart textarea:focus,
#htj-booking form.cart textarea:focus,
.single-product form.cart select:focus,
#htj-booking form.cart select:focus {
  border-color: var(--htj-ink) !important;
  background: #fff !important;
  outline: none !important;
}.single-product form.cart ::placeholder,
#htj-booking form.cart ::placeholder {
  color: var(--htj-subtle) !important;
  font-weight: 300;
}

/* ── Choice buttons (From/To · Terminal · Meeting · Yes/No) ── */.single-product .wcpa_form_item .radio-group,
#htj-booking .wcpa_form_item .radio-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}.single-product .wcpa_form_item .wcpa_radio,
#htj-booking .wcpa_form_item .wcpa_radio {
  flex: 1 1 0 !important;
  min-width: 160px !important;
  margin: 0 !important;
}.single-product .wcpa_form_item .wcpa_radio label,
#htj-booking .wcpa_form_item .wcpa_radio label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
}.single-product .wcpa_form_item .wcpa_radio label,
#htj-booking .wcpa_form_item .wcpa_radio label {
  font-family: var(--htj-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: var(--htj-muted) !important;
  background: var(--htj-cream) !important;
  border: 1px solid var(--htj-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  transition: border-color .2s, background .2s, color .2s;
}.single-product .wcpa_form_item .wcpa_radio label:hover,
#htj-booking .wcpa_form_item .wcpa_radio label:hover {
  border-color: var(--htj-ink) !important;
  color: var(--htj-ink) !important;
}.single-product .wcpa_form_item .wcpa_radio input:checked + label,
#htj-booking .wcpa_form_item .wcpa_radio input:checked + label,
.single-product .wcpa_form_item .wcpa_radio input:checked ~ label,
#htj-booking .wcpa_form_item .wcpa_radio input:checked ~ label {
  background: var(--htj-ink) !important;
  border-color: var(--htj-ink) !important;
  color: #fff !important;
  box-shadow: inset 0 -2px 0 var(--htj-red-b) !important;
}
/* hide the legacy radio dot */.single-product .wcpa_form_item .wcpa_radio .wcpa_check,
#htj-booking .wcpa_form_item .wcpa_radio .wcpa_check { display: none !important; }

/* ── Vehicle swatches ── */.single-product .variable-items-wrapper .variable-item,
#htj-booking .variable-items-wrapper .variable-item {
  font-family: var(--htj-sans) !important;
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
  border: 1px solid var(--htj-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: var(--htj-cream) !important;
  color: var(--htj-text) !important;
  padding: 14px 18px !important;
  transition: border-color .2s, background .2s;
}.single-product .variable-items-wrapper .variable-item:hover,
#htj-booking .variable-items-wrapper .variable-item:hover {
  border-color: var(--htj-ink) !important;
}.single-product .variable-items-wrapper .variable-item.selected,
#htj-booking .variable-items-wrapper .variable-item.selected,
.single-product .variable-items-wrapper .variable-item.selected:hover,
#htj-booking .variable-items-wrapper .variable-item.selected:hover {
  background: var(--htj-ink) !important;
  border-color: var(--htj-ink) !important;
  color: #fff !important;
  box-shadow: inset 0 -2px 0 var(--htj-red-b) !important;
}.single-product .variable-items-wrapper .variable-item.selected *,
#htj-booking .variable-items-wrapper .variable-item.selected * { color: #fff !important; }

/* ── Variation table heading ("Vehicle") ── */.single-product form.cart table.variations th.label,
#htj-booking form.cart table.variations th.label,
.single-product form.cart table.variations th.label label,
#htj-booking form.cart table.variations th.label label {
  font-family: var(--htj-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--htj-text) !important;
}

/* ── Tooltips: quiet, inline, no overlap hacks ── */.single-product .wcpa_tooltip_icon,
#htj-booking .wcpa_tooltip_icon {
  position: static !important;
  display: inline-flex !important;
  align-items: center; justify-content: center;
  width: 16px !important; height: 16px !important;
  background: transparent !important;
  color: var(--htj-subtle) !important;
  border: 1px solid var(--htj-border) !important;
  border-radius: 50% !important;
  font-family: var(--htj-sans) !important;
  font-size: 10px !important;
  margin-left: 8px !important;
  top: auto !important; left: auto !important;
}.single-product .wcpa_tooltip,
#htj-booking .wcpa_tooltip {
  font-family: var(--htj-sans) !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  background: var(--htj-ink) !important;
  color: rgba(255,255,255,.85) !important;
  border-radius: 0 !important;
}.single-product .surpricecss_parent,
#htj-booking .surpricecss_parent { margin: 0 !important; }.single-product .surpricecss_parent .wcpa_tooltip_icon,
#htj-booking .surpricecss_parent .wcpa_tooltip_icon { position: static !important; }

/* ── Price summary → cream panel with serif totals ── */.single-product .wcpa_price_summary,
#htj-booking .wcpa_price_summary {
  background: var(--htj-cream2) !important;
  border: 1px solid var(--htj-border) !important;
  padding: 24px 28px !important;
  margin-top: 28px !important;
}.single-product .wcpa_price_summary li,
#htj-booking .wcpa_price_summary li {
  font-family: var(--htj-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--htj-muted) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  border-bottom: 1px solid var(--htj-border) !important;
  padding: 12px 0 !important;
  background: transparent !important;
}.single-product .wcpa_price_summary li.wcpa_total,
#htj-booking .wcpa_price_summary li.wcpa_total { border-bottom: none !important; }.single-product .wcpa_price_summary .wcpa_price,
#htj-booking .wcpa_price_summary .wcpa_price,
.single-product .wcpa_price_outer .wcpa_price,
#htj-booking .wcpa_price_outer .wcpa_price {
  font-family: var(--htj-serif) !important;
  font-size: 20px !important;
  font-style: italic !important;
  letter-spacing: 0 !important;
  color: var(--htj-ink) !important;
}.single-product .wcpa_price_summary .wcpa_total span,
#htj-booking .wcpa_price_summary .wcpa_total span { color: var(--htj-ink) !important; }.single-product .wcpa_price_summary .wcpa_total .wcpa_price,
#htj-booking .wcpa_price_summary .wcpa_total .wcpa_price {
  font-size: 30px !important;
  color: var(--htj-red) !important;
}

/* ── Book Now ── */.single-product button.single_add_to_cart_button,
#htj-booking button.single_add_to_cart_button {
  width: 100% !important;
  background: var(--htj-red-b) !important;
  border: 1px solid var(--htj-red-b) !important;
  color: #fff !important;
  font-family: var(--htj-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 20px 56px !important;
  margin-top: 24px !important;
  transition: background .2s !important;
}.single-product button.single_add_to_cart_button:hover,
#htj-booking button.single_add_to_cart_button:hover {
  background: #a81515 !important;
  border-color: #a81515 !important;
}.single-product button.single_add_to_cart_button.disabled,
#htj-booking button.single_add_to_cart_button.disabled,
.single-product button.single_add_to_cart_button:disabled,
#htj-booking button.single_add_to_cart_button:disabled {
  background: var(--htj-subtle) !important;
  border-color: var(--htj-subtle) !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

/* ── Inside the LP booking window: the window card provides the frame ── */
#htj-booking form.cart {
  border: none !important;
  border-top: 2px solid var(--htj-red-b) !important;
  padding: 40px 36px !important;
}
@media (max-width: 640px) {
  #htj-booking form.cart { padding: 28px 18px !important; }
}
#htj-booking .price {
  font-family: var(--htj-serif) !important;
  font-size: 20px !important;
  font-style: italic !important;
  color: var(--htj-ink) !important;
  text-align: center !important;
  display: block !important;
  padding: 24px 20px 0 !important;
}

/* ── Vehicle swatches: flow as a row ── */
.single-product .variable-items-wrapper,
#htj-booking .variable-items-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.single-product .variable-items-wrapper .variable-item,
#htj-booking .variable-items-wrapper .variable-item {
  flex: 1 1 30% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-align: center !important;
  margin: 0 !important;
}

/* ── Compact spacing inside the LP booking window ── */
#htj-booking form.cart .wcpa_form_item { margin: 14px 0 !important; }
#htj-booking .wcpa_form_item > label { margin-bottom: 6px !important; }
#htj-booking form.cart .input-text,
#htj-booking form.cart input[type="text"],
#htj-booking form.cart input[type="number"],
#htj-booking form.cart textarea,
#htj-booking form.cart select { padding: 12px 14px !important; }
#htj-booking .wcpa_form_item .wcpa_radio label { padding-top: 13px !important; padding-bottom: 13px !important; }
#htj-booking .wcpa_price_summary { margin-top: 20px !important; padding: 18px 22px !important; }
#htj-booking button.single_add_to_cart_button { margin-top: 16px !important; padding: 17px 40px !important; }

/* =====================================================
   Layout layer — self-sufficient form grid
   (does not depend on the plugin's layout CSS)
   ===================================================== */

/* Hidden helper fields (named *_input_hide by the form author) */
.single-product .vehicle_class_input_hide_parent,
#htj-booking .vehicle_class_input_hide_parent,
.single-product input.vehicle_class_input_hide,
#htj-booking input.vehicle_class_input_hide { display: none !important; }

/* Row grid: col-2 = half, col-3 = third */
.single-product form.cart .wcpa_row,
#htj-booking form.cart .wcpa_row {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 16px !important;
  align-items: start !important;
}
.single-product form.cart .wcpa_form_item,
#htj-booking form.cart .wcpa_form_item { grid-column: span 6; min-width: 0; }
.single-product form.cart .wcpa_form_item.wcpa-col-2,
#htj-booking form.cart .wcpa_form_item.wcpa-col-2 { grid-column: span 3; }
.single-product form.cart .wcpa_form_item.wcpa-col-3,
#htj-booking form.cart .wcpa_form_item.wcpa-col-3 { grid-column: span 2; }
@media (max-width: 640px) {
  .single-product form.cart .wcpa_form_item.wcpa-col-2,
  #htj-booking form.cart .wcpa_form_item.wcpa-col-2,
  .single-product form.cart .wcpa_form_item.wcpa-col-3,
  #htj-booking form.cart .wcpa_form_item.wcpa-col-3 { grid-column: span 6; }
}

/* Labels above fields, fields full width */
.single-product .wcpa_form_item > label,
#htj-booking .wcpa_form_item > label { display: block !important; width: 100% !important; }
.single-product form.cart .wcpa_form_item input[type="text"],
#htj-booking form.cart .wcpa_form_item input[type="text"],
.single-product form.cart .wcpa_form_item input[type="number"],
#htj-booking form.cart .wcpa_form_item input[type="number"],
.single-product form.cart .wcpa_form_item textarea,
#htj-booking form.cart .wcpa_form_item textarea,
.single-product form.cart .wcpa_form_item select,
#htj-booking form.cart .wcpa_form_item select { width: 100% !important; max-width: 100% !important; }

/* Hide the raw radio inputs (the visible dots) — labels are the buttons */
.single-product .wcpa_radio > input[type="radio"],
#htj-booking .wcpa_radio > input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important; height: 0 !important;
  pointer-events: none !important;
}

/* Variations table (Vehicle / Location) → stacked blocks */
.single-product form.cart table.variations,
#htj-booking form.cart table.variations,
.single-product form.cart table.variations tbody,
#htj-booking form.cart table.variations tbody,
.single-product form.cart table.variations tr,
#htj-booking form.cart table.variations tr,
.single-product form.cart table.variations th,
#htj-booking form.cart table.variations th,
.single-product form.cart table.variations td,
#htj-booking form.cart table.variations td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
.single-product form.cart table.variations tr,
#htj-booking form.cart table.variations tr { margin-bottom: 18px !important; }
.single-product form.cart table.variations th.label,
#htj-booking form.cart table.variations th.label { margin-bottom: 8px !important; }

/* Per-option price hints (e.g. night surcharge note) */
.single-product .wcpa_form_item .wcpa_price_outer,
#htj-booking .wcpa_form_item .wcpa_price_outer {
  font-size: 12px !important;
  color: var(--htj-muted) !important;
}

/* Variations table polish */
.single-product form.cart table.variations th.label,
#htj-booking form.cart table.variations th.label,
.single-product form.cart table.variations th.label label,
#htj-booking form.cart table.variations th.label label { text-align: left !important; }
.single-product form.cart table.variations,
#htj-booking form.cart table.variations { width: 100% !important; max-width: 100% !important; table-layout: fixed !important; }
.single-product form.cart table.variations select,
#htj-booking form.cart table.variations select { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; }
/* Lone "¥0" hint under selects: tuck it quietly */
#htj-booking .wcpa_form_item .wcpa_price_outer { display: inline-block !important; margin-top: 4px !important; }

/* =====================================================
   WIDE LAYOUT — row-unit two-column grid
   -----------------------------------------------------
   Strategy (robust against conditional fields):
   - .wcpa_row stays intact as the grid item; the parent
     grid is .wcpa_form_outer (2 columns, dense flow).
   - Hidden/conditional fields are rendered server-side
     with inline style="display:none" and are toggled by
     the plugin JS via inline style too. So a row is
     "empty" iff it has no item without that inline
     style → hide it with :has(). When JS reveals a
     field, the attribute selector stops matching and
     the row simply joins the grid flow — no breakage.
   - Rows with 2+ visible items span both columns and
     lay their fields out with internal flex (equal
     shares, min-width floor) so 1/2- and 1/3-width
     intents survive without per-field grid placement.
   ===================================================== */

/* Wrappers between form.cart and the field rows stay
   plain blocks (vertical flow): the classless <div>,
   single_variation_wrap, etc. need no special display. */
#htj-booking form.cart { display: block !important; }

/* --- Variations: Vehicle (buttons) | Location (select) side by side --- */
#htj-booking form.cart table.variations {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr !important;
  gap: 0 28px !important;
  align-items: start !important;
  margin-bottom: 18px !important;
}
#htj-booking form.cart table.variations tbody { display: contents !important; }
#htj-booking form.cart table.variations tr { display: block !important; min-width: 0; }
#htj-booking form.cart table.variations th,
#htj-booking form.cart table.variations td { display: block !important; width: 100% !important; padding: 0 !important; }

/* --- The two-column field grid --- */
#htj-booking form.cart .wcpa_form_outer {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 32px !important;
  grid-auto-flow: row dense !important;
  align-items: start !important;
}
#htj-booking form.cart .wcpa_row { display: block !important; min-width: 0; }

/* Hide rows whose every field is hidden (inline display:none
   from the addon plugin, jQuery hide() variant included) or is
   a known never-visible helper field. */
#htj-booking form.cart .wcpa_row:not(:has(
  .wcpa_form_item:not([style*="display:none"]):not([style*="display: none"]):not(.vehicle_class_input_hide_parent):not(.wcpa_type_hidden)
)) { display: none !important; }

/* Rows holding 2+ visible fields span both columns and split
   them evenly with flex (3 fields → thirds, 2 → halves). */
#htj-booking form.cart .wcpa_row:has(
  .wcpa_form_item:not([style*="display:none"]):not([style*="display: none"]):not(.vehicle_class_input_hide_parent):not(.wcpa_type_hidden)
  ~ .wcpa_form_item:not([style*="display:none"]):not([style*="display: none"]):not(.vehicle_class_input_hide_parent):not(.wcpa_type_hidden)
) {
  grid-column: 1 / -1;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 32px !important;
  align-items: flex-start !important;
}
#htj-booking form.cart .wcpa_row > .wcpa_form_item { flex: 1 1 0; min-width: 180px; }

/* --- Fit choice buttons in a half-width column --- */
#htj-booking .wcpa_form_item .wcpa_radio { min-width: 110px !important; position: relative !important; }
/* per-option "?" tooltips: pin inside the button's top-right corner
   instead of wrapping to their own line */
#htj-booking .wcpa_radio > .wcpa_tooltip_icon {
  position: absolute !important;
  top: 4px !important;
  right: 6px !important;
  margin: 0 !important;
  line-height: 1 !important;
  z-index: 2;
}

/* --- Vehicle swatch labels: wrap to two lines, don't clip --- */
#htj-booking .variable-items-wrapper .variable-item {
  white-space: normal !important;
  line-height: 1.35 !important;
  padding: 10px 12px !important;
}

/* --- Compact textareas (addresses, requests) --- */
#htj-booking form.cart textarea {
  height: 52px !important;
  min-height: 52px !important;
  resize: vertical !important;
}

/* --- Closing band: price summary left, BOOK NOW right --- */
#htj-booking form.cart .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr !important;
  gap: 0 28px !important;
  align-items: stretch !important;
}
#htj-booking form.cart .woocommerce-variation-add-to-cart > .wcpa_form_outer { grid-column: 1 / -1; }
#htj-booking form.cart .quantity { display: none !important; }
#htj-booking .wcpa_price_summary { grid-column: 1; margin: 22px 0 0 !important; }
#htj-booking form.cart button.single_add_to_cart_button {
  grid-column: 2;
  align-self: stretch !important;
  height: auto !important;
  width: 100% !important;
  margin-top: 22px !important;
}

/* --- Mobile: collapse to one column --- */
@media (max-width: 760px) {
  #htj-booking form.cart table.variations,
  #htj-booking form.cart .woocommerce-variation-add-to-cart { grid-template-columns: 1fr !important; }
  #htj-booking form.cart .wcpa_form_outer { grid-template-columns: 1fr !important; }
  #htj-booking form.cart .wcpa_row,
  #htj-booking .wcpa_price_summary,
  #htj-booking form.cart button.single_add_to_cart_button { grid-column: 1 !important; }
  #htj-booking form.cart .wcpa_row > .wcpa_form_item { flex-basis: 100%; }
  #htj-booking .variable-items-wrapper .variable-item { flex: 1 1 100% !important; }
  #htj-booking form.cart button.single_add_to_cart_button { margin-top: 16px !important; }
}

/* ── Vehicle: short display labels, readable size ── */
#htj-booking .variable-item .variable-item-span { font-size: 0 !important; line-height: 0 !important; }
#htj-booking .variable-item .variable-item-span::before {
  font-family: var(--htj-sans);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
}
#htj-booking .variable-item[data-value^="Any Vehicle"] .variable-item-span::before { content: "Any Vehicle"; }
#htj-booking .variable-item[data-value^="Toyota Alphard"] .variable-item-span::before { content: "Alphard · up to 4"; }
#htj-booking .variable-item[data-value^="Toyota Hiace"] .variable-item-span::before { content: "HiAce · up to 9"; }

/* ── Location is auto-selected from the destination address
      (Google Maps autocomplete in functions.php) — keep hidden ── */
#htj-booking form.cart table.variations tr:has(select#location) { display: none !important; }
#htj-booking form.cart table.variations { grid-template-columns: 1fr !important; }

/* ── Field order (classes added by htj-flight-autofill.js):
      Vehicle → Flight No. → Date → Time → From/To → Terminal → rest ── */
#htj-booking form.cart .wcpa_form_outer > .wcpa_row { order: 10; }
#htj-booking form.cart .wcpa_form_outer > .wcpa_row.htj-ord-flight { order: 1; }
#htj-booking form.cart .wcpa_form_outer > .wcpa_row.htj-ord-date { order: 2; }
#htj-booking form.cart .wcpa_form_outer > .wcpa_row.htj-ord-time { order: 3; }
#htj-booking form.cart .wcpa_form_outer > .wcpa_row.htj-ord-fromto { order: 4; }
#htj-booking form.cart .wcpa_form_outer > .wcpa_row.htj-ord-terminal { order: 5; }

/* ── Flight lookup note ── */
#htj-booking .htj-flight-note {
  font-family: var(--htj-sans);
  font-size: 12.5px;
  color: var(--htj-text);
  background: var(--htj-cream);
  border-left: 2px solid var(--htj-red-b);
  padding: 10px 14px;
  margin-top: 8px;
  line-height: 1.7;
}
#htj-booking .htj-flight-note--error {
  border-left-color: var(--htj-subtle);
  color: var(--htj-muted);
}

/* ── Hide product chrome inside the booking window (title/category/price range/stock) ── */
#htj-booking .product_title,
#htj-booking .posted_in,
#htj-booking .product_meta,
#htj-booking .ast-woo-product-category,
#htj-booking .stock.in-stock,
#htj-booking .summary > .price,
#htj-booking p.price { display: none !important; }

/* Category link above the form (e.g. "Airport Taxi Service") */
#htj-booking a[href*="product-category"],
#htj-booking .ast-woo-single-category,
#htj-booking .single-product-category { display: none !important; }
