.elementor-1759 .elementor-element.elementor-element-50e4c01{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-9e56844 *//* Centre and style the Mascot form */
.mascot-booking-form{
  max-width: 420px;
  margin: 40px auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mascot-booking-form h3{
  margin: 0 0 18px 0;
}

.mascot-booking-form p{ margin-bottom: 14px; }

.mascot-booking-form input[type="text"],
.mascot-booking-form input[type="email"]{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
}

.mascot-booking-form button[type="submit"]{
  display: inline-block;
  background: #990066;
  color: #fff;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.mascot-booking-form button[type="submit"]:hover{
  opacity: .9;
}/* End custom CSS */