/* Full booking forms appear directly on their route, operator and destination pages. */
.feu-inline-booking {
  width: 100%;
  border: 1px solid #dbe5ec;
  border-radius: 10px;
  background: #fff;
}
.feu-inline-booking iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
  background: #fff;
}
.feu-inline-booking .masked-booking-desktop {
  display: block !important;
}
.feu-inline-booking .masked-booking-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .feu-inline-booking .masked-booking-desktop {
    display: none !important;
  }
  .feu-inline-booking .masked-booking-mobile {
    display: block !important;
  }
}
