#vcp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#vcp-box {
    background: #fff;
    max-width: 700px;
    padding: 30px;
    text-align: left;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

#vcp-box h2 {
    text-align: center;
    margin-bottom: 15px;
}

.vcp-buttons {
    text-align: center;
    margin-top: 20px;
}

.vcp-buttons button {
    padding: 10px 30px;
    margin: 10px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    border-radius: 5px;
}

#vcp-yes {
    background: #28a745;
    color: #fff;
}

#vcp-no {
    background: #dc3545;
    color: #fff;
}
