
    /* This CSS will be injected into the <head> from base.html */

    .tg-booking-form-location-list {
      display: none;
    }

    .tg-booking-form-location-list.tg-booking-quantity-active {
      display: block;
    }
