/* v1138H — Fast Track right column uses normal page flow with no internal scroll container. */

/* Arrival uses one combined right rail. Let the document scroll naturally. */
html body.fasttrack-polished-v1136W .fasttrack-right-rail-v1137G{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:88px!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  overscroll-behavior:auto!important;
  scrollbar-width:none!important;
  scrollbar-gutter:auto!important;
  padding:2px 0 0!important;
}
html body.fasttrack-polished-v1136W .fasttrack-right-rail-v1137G::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}

/* Keep every booking/support block fully expanded on both Fast Track pages. */
html body.fasttrack-polished-v1136W .fasttrack-registration-rail-v1136AI,
html body.fasttrack-polished-v1136W .fasttrack-support-rail-v1136AI,
html body.fasttrack-polished-v1136W .fasttrack-registration-card-v1136AI,
html body.fasttrack-polished-v1136W .fasttrack-scroll-register-v1136AI{
  position:static!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  overscroll-behavior:auto!important;
  transform:none!important;
  box-sizing:border-box!important;
}
html body.fasttrack-polished-v1136W .fasttrack-registration-rail-v1136AI,
html body.fasttrack-polished-v1136W .fasttrack-support-rail-v1136AI{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  align-self:start!important;
}

/* Avoid a child control creating an accidental horizontal rail scrollbar. */
html body.fasttrack-polished-v1136W .fasttrack-registration-card-v1136AI,
html body.fasttrack-polished-v1136W .fasttrack-registration-form-v1136AI,
html body.fasttrack-polished-v1136W .fasttrack-registration-field-v1136AI,
html body.fasttrack-polished-v1136W .fasttrack-registration-passenger-control-v1137H,
html body.fasttrack-polished-v1136W .fasttrack-registration-addon-v1136AI{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
html body.fasttrack-polished-v1136W .fasttrack-registration-field-v1136AI select,
html body.fasttrack-polished-v1136W .fasttrack-registration-field-v1136AI input,
html body.fasttrack-polished-v1136W .fasttrack-registration-addon-toggle-v1136AI{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

/* v1138U mobile sticky fallback */
@media(max-width:980px){
  html body.fasttrack-polished-v1136W .fasttrack-right-rail-v1137G{
    position:static!important;
    top:auto!important;
    padding:0!important;
  }
}
