@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/booking-ui/fonts/inter-latin.woff2') format('woff2');
}

html.gcb-booking-page,
.gcb-booking-page__body {
  width: 100vw;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

html.gcb-booking-page {
  filter: none !important;
}

.gcb-booking-page__body {
  color: #111;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

#bungee-booking-app {
  display: block;
  min-height: calc(100vh - 44px);
}

.gcb-booking-page__body .gcb-booking-legal {
  gap: 16px;
  min-height: 44px;
  padding: 12px 20px;
  color: #666;
  background: #fff;
  border-top: 1px solid #eee;
  font-size: 11px;
}

.gcb-booking-noscript {
  max-width: 980px;
  margin: 30px auto;
  padding: 20px;
}
