#booking-wizard-account-action.ontour-airport-entry-controls .booking-wizard-account-status {
  overflow: visible;
}
#booking-wizard-account-action.ontour-airport-entry-controls .booking-wizard-account-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}
.ontour-airport-signin-pair {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}
#booking-wizard-account-action.ontour-airport-entry-controls .booking-wizard-login-button {
  width: auto;
  min-height: 44px;
  flex: 0 0 auto;
}
#booking-wizard-account-action.ontour-airport-entry-controls .booking-wizard-register-button {
  width: auto;
  min-height: 44px;
}
.ontour-airport-language {
  position: relative;
  flex: 0 0 auto;
}
.ontour-airport-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  min-width: 110px;
  padding: 0 12px;
  border: 1px solid #b9cfe3;
  border-radius: 14px;
  background: #fff;
  color: #0f4c81;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.4;
}
.ontour-airport-language-toggle:hover { background: #edf5fd; }
.ontour-airport-language-toggle svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  flex: 0 0 auto;
}
.ontour-airport-language-options {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 0;
  z-index: 100;
  width: 170px;
  padding: 6px;
  border: 1px solid #c5d8e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 76, 129, .2);
}
.ontour-airport-language-options[hidden] { display: none !important; }
.ontour-airport-language-options button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 8px 10px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  color: #0f4c81;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
.ontour-airport-language-options button:hover,
.ontour-airport-language-options button[aria-pressed="true"] { background: #edf5fd; }
.ontour-airport-language-toggle:focus-visible,
.ontour-airport-language-options button:focus-visible {
  outline: 3px solid #087eb5;
  outline-offset: 3px;
}
.ontour-airport-language-note {
  margin-top: 9px;
  font-size: 12px;
  color: #617186;
}
.ontour-airport-language-note[hidden] { display: none !important; }
@media (max-width: 720px) {
  #booking-wizard-account-action.ontour-airport-entry-controls .booking-wizard-account-buttons { justify-content: flex-start; }
  .ontour-airport-language-toggle { min-width: 104px; padding: 0 10px; }
}
