#elementor-popup-modal-33020 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-33020{justify-content:center;align-items:center;}#elementor-popup-modal-33020 .dialog-close-button{display:flex;}#elementor-popup-modal-33020 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* Popup bám theo element cha */
.elementor-popup.bam-theo-cha {
    position: absolute !important; /* override fixed default */
    z-index: 9999;
    max-width: 400px; /* điều chỉnh kích thước popup */
    width: 100%;
    background: rgba(0,0,0,0.8); /* overlay màu */
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    transform: scale(0.95);
}

/* Khi hiển thị, phóng to */
.elementor-popup.bam-theo-cha.active {
    transform: scale(1.05);
}/* End custom CSS */