.elementor-4946 .elementor-element.elementor-element-popup-container{--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;--gap:12px 12px;--row-gap:12px;--column-gap:12px;--border-radius:16px 16px 16px 16px;box-shadow:0px 20px 60px 0px rgba(0,0,0,0.2);--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-4946 .elementor-element.elementor-element-popup-container:not(.elementor-motion-effects-element-type-background), .elementor-4946 .elementor-element.elementor-element-popup-container > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-4946 .elementor-element.elementor-element-popup-title .elementor-heading-title{color:var( --e-global-color-dark-text );}.elementor-4946 .elementor-element.elementor-element-popup-why-heading .elementor-heading-title{color:var( --e-global-color-dark-green );}.elementor-4946 .elementor-element.elementor-element-popup-why-text{color:var( --e-global-color-body-text );}.elementor-4946 .elementor-element.elementor-element-popup-questions-box{--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;--justify-content:flex-start;--gap:14px 14px;--row-gap:14px;--column-gap:14px;--border-radius:12px 12px 12px 12px;--padding-top:20px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-4946 .elementor-element.elementor-element-popup-questions-box:not(.elementor-motion-effects-element-type-background), .elementor-4946 .elementor-element.elementor-element-popup-questions-box > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-light-bg );}.elementor-4946 .elementor-element.elementor-element-popup-questions-heading .elementor-heading-title{color:var( --e-global-color-primary-green );}.elementor-4946 .elementor-element.elementor-element-popup-questions-list{color:var( --e-global-color-dark-text );}#elementor-popup-modal-4946{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4946 .dialog-message{width:600px;height:auto;}#elementor-popup-modal-4946 .dialog-close-button{display:flex;}#elementor-popup-modal-4946 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-4946 .elementor-element.elementor-element-popup-container{--padding-top:28px;--padding-bottom:28px;--padding-left:28px;--padding-right:28px;}}@media(max-width:767px){.elementor-4946 .elementor-element.elementor-element-popup-container{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS *//* --- QUESTIONS LIST: numbered rows with pastel badges --- */
.ask-qrow {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #e8ecf0 !important;
}
.ask-qrow:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.ask-qnum {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 50% !important;
    background-color: #e8f5e9 !important;
    color: #28903a !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}
.ask-qtext {
    font-size: 14px !important;
    color: #333333 !important;
    line-height: 1.45 !important;
}/* End custom CSS */