.elementor-2654 .elementor-element.elementor-element-879d72f{--display:flex;--min-height:100vh;}#elementor-popup-modal-2654{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2654 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-2654 .dialog-close-button{display:flex;}#elementor-popup-modal-2654 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-879d72f */.elementor-2654 .elementor-element.elementor-element-879d72f { overflow-y: auto; max-height: 90vh; }/* End custom CSS */
/* Start custom CSS *//* 1. Mengaktifkan fitur scroll pada wadah popup Elementor */
#elementor-popup-modal-2654 .elementor-popup-modal__content {
    overflow-y: auto !important;
    scrollbar-width: thin; /* Scrollbar gaya modern */
}

/* 2. Memaksa gambar tampil lebar penuh dan memanjang ke bawah */
.target-popup-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important; /* Ini kunci utamanya: mematikan batasan tinggi */
    display: block !important;
}/* End custom CSS */