.wppp-btn {
    padding: 10px 15px;
    background: #2c7be5;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.wppp-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.wppp-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 80%;
    background: #fff;
    padding: 0;
    border-radius: 8px;
}

#wppp-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    z-index: 99;
}
