.elementor-1120 .elementor-element.elementor-element-caf4c02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-1120 .elementor-element.elementor-element-caf4c02{--content-width:720px;}}/* Start custom CSS for wpforms, class: .elementor-element-e887dc2 *//* Exclusions (field 17) — show native checkboxes, left-align rows */
#wpforms-1150-field_17 {
  list-style: none !important;     /* remove bullets */
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

#wpforms-1150-field_17 li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 8px 0 !important;
}

/* UNHIDE the inputs WPForms hides with .wpforms-screen-reader-element */
#wpforms-1150-field_17 input.wpforms-screen-reader-element {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 8px 0 0 !important;
  opacity: 1 !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  white-space: normal !important;
  appearance: checkbox !important;
}

/* Keep labels inline and left */
#wpforms-1150-field_17 label {
  display: inline-block !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* If any pseudo “faux” boxes are added, nuke them */
#wpforms-1150-field_17 label::before,
#wpforms-1150-field_17 label::after {
  display: none !important;
  content: none !important;
}


#results-output {
  background: #F6FAFC;
  border: 1px solid #00AEEF;
  border-radius: 12px;
  padding: 24px;
  margin-top: 30px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

#results-output h2 {
  font-size: 24px;
  color: #002F5F;
  margin-bottom: 12px;
}

#results-output p {
  font-size: 16px;
  color: #333;
}

#results-output a {
  color: #00AEEF;
  text-decoration: underline;
}/* End custom CSS */