/* Centered + larger booking form styles */
.wbf-booking-form h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 24px;
  color: #222;
}

.wbf-booking-form input,
.wbf-booking-form button {
  width: 100% !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-bottom: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #cfcfcf !important;
  box-sizing: border-box !important;
}

.wbf-booking-form button.wbf-submit-btn {
  background-color: #25D366 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background .25s ease !important;
}

.wbf-booking-form button.wbf-submit-btn:hover {
  background-color: #1ebe5d !important;
}
