.elementor-2047 .elementor-element.elementor-element-63e5f8f{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2047 .elementor-element.elementor-element-b3b0554{text-align:center;}#elementor-popup-modal-2047{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2047 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2047 .dialog-close-button{display:flex;}#elementor-popup-modal-2047 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for image, class: .elementor-element-b3b0554 *//* Popup container: transparent, no padding, centered */
.elementor-popup-modal .dialog-widget-content {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;

    /* Center the image inside the popup */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Remove padding/margins in all inner sections */
.elementor-popup-modal .elementor-section,
.elementor-popup-modal .elementor-column,
.elementor-popup-modal .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Image styling with thin border */
.elementor-popup-modal img {
    display: block;
    margin: 0 auto !important;
    height: auto;
    border-radius: 0 !important;

    /* Thin border with your color */
    border: 2px solid #FFF0DA !important;
}/* End custom CSS */