.elementor-2826 .elementor-element.elementor-element-e5dc654{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}/* Start custom CSS for wpforms, class: .elementor-element-10cb48e *//* Exclusions (field 17) — show native checkboxes, left-align rows */
#wpforms-2822-field_17 {
  list-style: none !important;     /* remove bullets */
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

#wpforms-2822-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-2822-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-2822-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-2822-field_17 label::before,
#wpforms-2822-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;
}


/* Make WPForms wider ONLY on confirmation/results page */
#wpforms-2822 .wpforms-confirmation-container-full,
#wpforms-2822 .wpforms-confirmation-container {
  max-width: 900px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 20px !important;
}

/* Keep form pages at their original width - don't change */
#wpforms-2822 .wpforms-form {
  max-width: inherit;
  width: inherit;
}

/* Force horizontal credentials banner on desktop (results only) */
.wpforms-confirmation-container .credentials-content {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.wpforms-confirmation-container .credential-badge {
  flex: 1 !important;
  min-width: 150px !important;
}

/* Mobile - stack credentials */
@media (max-width: 767px) {
  .wpforms-confirmation-container .credentials-content {
    flex-direction: column !important;
  }
  
  .wpforms-confirmation-container .credential-badge {
    width: 100% !important;
  }
}

/* Results container width (generated by JS) */
.results-container {
  max-width: 800px !important;
  margin: 0 auto !important;
}/* End custom CSS */