.booking-form { max-width: 800px; margin: 20px auto; }
.field-group { margin-bottom: 15px; }
.field-group label { display: block; font-weight: bold; margin-bottom: 5px; }
.field-group input, .field-group select, .field-group textarea { width: 100%; padding: 8px; }
.price-row { margin-top: 5px; }

.same-price-controls { margin-top: 8px; }
.same-price-controls label { font-weight: normal; }
.same-price-value { margin-top: 5px; max-width: 200px; }


/* Ensure the jQuery UI datepicker displays nicely above content */
.ui-datepicker {
  z-index: 9999 !important;
  font-size: 14px;
}
