/* v1137R — Arrival Fast Track booking-form wording and hierarchy polish.
   Strictly scoped to arrival-fast-track.html. */

/* Match the Optional add-ons heading to the standard field labels such as Passengers. */
body.arrival-fasttrack-cta-v1137Q .fasttrack-registration-addon-v1136AI > .fasttrack-registration-field-label-v1136AI{
  color:#142541!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.25!important;
}

/* Make the dropdown prompt visually secondary while preserving readability. */
body.arrival-fasttrack-cta-v1137Q .fasttrack-registration-addon-toggle-v1136AI [data-ft-reg-addon-text]{
  color:#7b8799!important;
  font-size:12px!important;
  font-weight:450!important;
  letter-spacing:0!important;
}
body.arrival-fasttrack-cta-v1137Q .fasttrack-registration-addon-toggle-v1136AI:disabled [data-ft-reg-addon-text]{
  color:#9aa6b7!important;
}

/* A successful priced selection needs only the total; explanatory warnings still appear. */
body.arrival-fasttrack-cta-v1137Q .fasttrack-registration-message-v1136AI:empty{
  display:none!important;
}
