/*
 Theme Name: Ristorante Vorrei
 Theme URI: https://lpuk.it/
 Description: Theme for Ristorante Vorrei
 Author: Lpuk
 Author URI: https://lpuk.it/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: ristorante-vorrei
*/

@media (min-width: 768px) {
  form.rtb-booking-form-form {
    display: flex;
    flex-wrap: wrap;
  }

  form.rtb-booking-form-form .reservation {
    width: 33%;
  }

  form.rtb-booking-form-form .rtb-contact {
    width: 65%;
  }

  form.rtb-booking-form-form .rtb-form-footer {
    width: 98.5%;
  }

  .rtb-booking-form input {
    max-width: unset !important;
  }
}