.elementor-4163 .elementor-element.elementor-element-5f60ef3{--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-4163 .elementor-element.elementor-element-6cc180b{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-4163 .elementor-element.elementor-element-fc9d3a9{--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-4163 .elementor-element.elementor-element-b5a00ca{text-align:center;}.elementor-4163 .elementor-element.elementor-element-346bd01{--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-4163 .elementor-element.elementor-element-631e140{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4163 .elementor-element.elementor-element-631e140{--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-4163 .elementor-element.elementor-element-6cc180b{font-size:32px;line-height:1.3em;}}/* Start custom CSS for text-editor, class: .elementor-element-68fd80f *//* 1. STRUCTURAL HEADER SPACING */

/* Add clean spacing below the "Please send me:" header text label */
.mailpoet_segment_label {
    margin-bottom: 16px !important;
    display: block !important;
}


/* 2. THE VERTICAL SEPARATION GAP BETWEEN LINES */

/* Target the live label rows directly, turning them into block-flex lines */
.mailpoet_checkbox_label {
    display: flex !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important; /* 👈 This forces a crisp 18px gap between every checkbox row */
    cursor: pointer !important;
    width: 100% !important;
    line-height: 1.4 !important;
}

/* Remove any browser margins on the trailing block item */
.mailpoet_checkbox_label:last-child {
    margin-bottom: 0 !important;
}


/* 3. THE CUSTOM RADIO SWITCHER STYLING (ROWS 1 & 2 ONLY) */

/* Convert the first two timezone checkboxes into beautifully rounded circles */
.mailpoet_form input[type="checkbox"]:nth-of-type(1),
.mailpoet_form input[type="checkbox"]:nth-of-type(2) {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #C2C5BB !important;
    border-radius: 50% !important; /* Force Circle */
    outline: none !important;
    margin-right: 12px !important;
    margin-top: 0 !important;
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

/* Fill the custom round dot background color when selected */
.mailpoet_form input[type="checkbox"]:nth-of-type(1):checked,
.mailpoet_form input[type="checkbox"]:nth-of-type(2):checked {
    background-color: #B66D4B !important;
    border-color: #B66D4B !important;
}

/* Drop the small white inner core dot inside the active choice circle */
.mailpoet_form input[type="checkbox"]:nth-of-type(1):checked::after,
.mailpoet_form input[type="checkbox"]:nth-of-type(2):checked::after {
    content: '' !important;
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
    width: 6px !important;
    height: 6px !important;
    background: #fff !important;
    border-radius: 50% !important;
}


/* 4. INDEPENDENT BLOG POST CHECKBOX STYLING (ROW 3) */

/* Keep the third list item styled natively as a traditional independent square checkbox */
.mailpoet_form input[type="checkbox"]:nth-of-type(3) {
    accent-color: #B66D4B !important;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer !important;
    margin-right: 12px !important;
    margin-top: 0 !important;
    flex-shrink: 0 !important;
}/* End custom CSS */