#vq-image-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

#vq-image-modal.open {
    display: flex;
}

.vq-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 420px;
    text-align: center;
}

.vq-loading {
    font-size: 18px;
    margin-bottom: 20px;
}

.vq-modal-close {
    float: right;
    cursor: pointer;
}
