.elementor-kit-6{--e-global-color-primary:#1B191B;--e-global-color-secondary:#FF6600;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFC857;--e-global-typography-primary-font-family:"Source Code Pro";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Layout: checkbox left, label right */
.elementor-field-type-acceptance.elementor-field-group {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 100%;
}

/* Keep checkbox snug */
.elementor-field-type-acceptance .elementor-field-subgroup {
  flex: 0 1 auto;
  margin: 0;
  padding-left: 8px;
}

/* Make checkbox align properly */
.elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: auto !important;
}

/* Fix label width so it doesn't collapse */
.elementor-field-type-acceptance .elementor-field-label {
  flex: 1 1 auto;
  min-width: 90%; /* ✅ let flex calculate width based on content */
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
  text-align: left;
}/* End custom CSS */