.elementor-13822 .elementor-element.elementor-element-789a55e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13822 .elementor-element.elementor-element-9467f6e{--display:flex;}.elementor-13822 .elementor-element.elementor-element-9467f6e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13822 .elementor-element.elementor-element-89b027a{width:var( --container-widget-width, 81% );max-width:81%;--container-widget-width:81%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-13822 .elementor-element.elementor-element-9467f6e{--width:70%;}}/* Start custom CSS for html, class: .elementor-element-89b027a */.checkbox-option {
  display: flex;
  justify-content: space-between; /* Push checkbox to the right */
  align-items: flex-start;
  margin-bottom: 15px;
}

.checkbox-left {
  display: flex;
  align-items: flex-start;
  max-width: 80%; /* leave room for checkbox */
}

.checkbox-left img {
  margin-right: 10px;
  width: 180px;
  height: auto;
  flex-shrink: 0;
}

.checkbox-left .checkbox-text {
  text-align: left;
  word-wrap: break-word;
}

.checkbox-option input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 0; /* aligns with top of left content */
}
.checkbox-content img {
    float: left;         /* makes text wrap around the image */
    margin-right: 15px;  /* space between image and text */
    width: 180px;        /* fixed image width */
    height: auto;        /* maintain aspect ratio */
}

.checkbox-text {
    text-align: left;
}/* End custom CSS */