.elementor-4302 .elementor-element.elementor-element-22518ed{--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;--margin-top:3%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-4302 .elementor-element.elementor-element-3d0a039{text-align:center;font-family:"Rubik", Sans-serif;font-size:3rem;font-weight:400;line-height:1.3em;color:var( --e-global-color-secondary );}.elementor-4302 .elementor-element.elementor-element-4219391{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-4302 .elementor-element.elementor-element-1913773{--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;}.elementor-4302 .elementor-element.elementor-element-b1c5baa{text-align:center;font-family:"Rubik", Sans-serif;font-size:23px;font-weight:400;font-style:italic;line-height:1.6em;}.elementor-4302 .elementor-element.elementor-element-33f3269{text-align:center;font-family:"Rubik", Sans-serif;font-size:23px;font-weight:400;font-style:italic;line-height:1.6em;}.elementor-4302 .elementor-element.elementor-element-225feb4d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;}.elementor-4302 .elementor-element.elementor-element-735dc9da{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4302 .elementor-element.elementor-element-1913773{--width:100%;}.elementor-4302 .elementor-element.elementor-element-735dc9da{--width:60%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-4302 .elementor-element.elementor-element-3d0a039{font-size:32px;line-height:1.3em;}.elementor-4302 .elementor-element.elementor-element-b1c5baa{font-size:16px;line-height:1.6em;}.elementor-4302 .elementor-element.elementor-element-33f3269{font-size:16px;line-height:1.6em;}}/* Start custom CSS for text-editor, class: .elementor-element-55bb2f12 *//* 1. STRUCTURAL HEADER SPACING */
.mailpoet_segment_label {
    margin-bottom: 16px !important;
    display: block !important;
}

/* 2. BRUTE-FORCE BLOCK BASELINE UNIFICATION */
/* Bypasses flex errors by using standard block layout with an explicit text line-height */
.mailpoet_checkbox_label {
    display: block !important; /* Strips out unpredictable flex calculations */
    position: relative !important;
    margin-top: 12px !important; 
    margin-bottom: 12px !important;
    cursor: pointer !important;
    width: 100% !important;
    line-height: 20px !important; /* Locks text rows to an immutable baseline grid */
}

/* 3. RELATIVE INLINE CHECKBOX FIX */
.mailpoet_form input[type="checkbox"] {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    accent-color: #B66D4B !important; 
    width: 16px !important;
    height: 16px !important;
    cursor: pointer !important;
    display: inline-block !important;
    vertical-align: top !important; /* Anchors the top of the box to the 20px line maximum */
    
    /* Pixel-perfect micro-adjustment to force the box center to slide directly into the text baseline */
    position: relative !important;
    top: 2px !important; 
}

/* 4. LANGUAGE-SPECIFIC SPACING */
/* For standard Left-to-Right layout (English) */
:not([dir="rtl"]) .mailpoet_form input[type="checkbox"] {
    margin-right: 16px !important; 
    margin-left: 0 !important;
}

/* For Right-to-Left layout (Hebrew) */
[dir="rtl"] .mailpoet_form input[type="checkbox"] {
    margin-left: 16px !important; 
    margin-right: 0 !important;
}/* End custom CSS */