/* CSS */
.popup-live-modal-backdrop {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
}

.popup-live-modal {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1050;
    padding: 32px 24px;
    min-width: 350px;
    border-radius: 14px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.18);
}

.display-none {
    display: none!important;
}
