@media (max-width: 767px) {
  html,
  body.yz-booking-site {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.yz-booking-site {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  body.yz-booking-site *,
  body.yz-booking-site *::before,
  body.yz-booking-site *::after {
    box-sizing: border-box;
  }

  body.yz-booking-site .container {
    width: calc(100vw - 20px);
    min-width: 0;
    max-width: calc(100vw - 20px);
    margin-inline: auto;
  }

  body.yz-booking-site table {
    max-width: 100%;
  }

  body.yz-booking-site .yz-compare-table-wrap,
  body.yz-booking-site .yz-table-scroll,
  body.yz-booking-site .yz-route-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.yz-booking-site::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}
