.elementor-48861 .elementor-element.elementor-element-d015286 > .elementor-widget-container{margin:0px 0162px 0px 162px;padding:0px 0px 0px 0px;}#elementor-popup-modal-48861{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-48861 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-48861 .dialog-close-button{display:flex;}#elementor-popup-modal-48861 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-4a9ccde *//* General wrapper */
.youbiz-form {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: 'Inter', sans-serif;
}

/* Headings */
.youbiz-form h3 {
  text-align: center;
  margin-bottom: 25px;
  color: #4B2EFF; /* YouBiz purple */
  font-size: 22px;
}

.youbiz-form h4 {
  margin: 30px 0 15px;
  font-size: 16px;
  color: #333;
}

/* Form rows */
.form-row {
  margin-bottom: 18px;
}

.two-cols {
  display: flex;
  gap: 20px;
}

.form-col {
  flex: 1;
}

.form-col.small {
  flex: 0.4;
}

/* Labels */
.youbiz-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

/* Inputs */
.youbiz-form input,
.youbiz-form select,
.youbiz-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 4px;
}

.youbiz-form input:focus,
.youbiz-form select:focus,
.youbiz-form textarea:focus {
  border-color: #4B2EFF;
  outline: none;
  box-shadow: 0 0 0 2px rgba(75,46,255,0.1);
}

/* Checkboxes */
.youbiz-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

.youbiz-form .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}

/* Submit Button */
.youbiz-form .wpcf7-submit {
  background: #4B2EFF;
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.youbiz-form .wpcf7-submit:hover {
  background: #3520cc;
}/* End custom CSS */