.elementor-11064 .elementor-element.elementor-element-619392b{--display:flex;--min-height:0px;--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}#elementor-popup-modal-11064{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-11064 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-11064 .dialog-close-button{display:flex;}#elementor-popup-modal-11064 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-619392b *//* POPUP AUTO-SIZE FOR LONG TEXT */

.elementor-11064 .elementor-element.elementor-element-619392b .dialog-message{
    width: min(820px, 92vw) !important;
    max-height: 85vh !important
    overflow-y: auto !important
    padding: 48px 56px !important; 
    box-sizing: border-box;
}

/** Improve text readability inside the popup */
.elementor-11064 .elementor-element.elementor-element-619392b{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #1f2124;
}

/** First strong element acts as the legal-style title */
.elementor-11064 .elementor-element.elementor-element-619392b strong:first-child{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: .05em;
}

/** Tablet adjustments */
@media (max-width: 1024px){
    .elementor-11064 .elementor-element.elementor-element-619392b .dialog-message{
        width: 92vw !important;
        padding: 36px !important;
    }
}

/** Mobile adjustments */
@media (max-width: 767px){
    .elementor-11064 .elementor-element.elementor-element-619392b .dialog-message{
        width: 94vw !important;
        padding: 26px !important;
        font-size: 16px;
    }
}

/** Let the popup size be based on the real viewport */
.elementor-11064 .elementor-element.elementor-element-619392b .dialog-message{
    max-height: calc(100vh - 40px) !important;  /** Always fits inside screen */
    overflow-y: auto !important;
}

/** Extra safety for ultra-small heights (laptops, split screen) */
@media (max-height: 700px){
    .elementor-11064 .elementor-element.elementor-element-619392b .dialog-message{
        max-height: calc(100vh - 20px) !important;
        padding: 24px !important;
    }
}

/** Extreme cases: very small height windows */
@media (max-height: 500px){
    .elementor-11064 .elementor-element.elementor-element-619392b .dialog-message{
        max-height: 95vh !important;
        padding: 18px !important;
        font-size: 15px;
    }
}/* End custom CSS */