.p19826-modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:9999;
    overflow-y:auto;
}

.p19826-content {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:#fff;
    padding:20px;
    max-width:600px;
    width:90%;
    box-sizing:border-box;
    border-radius:5px;
}

.p19826-inner {
    max-height:70vh;
    overflow-y:auto;
}

#p19826-accept-btn {
    background-color:#950d13;
    color:#fff;
    border:none;
    padding:10px 20px;
    font-size:16px;
    cursor:pointer;
    border-radius:5px;
}

#p19826-accept-btn:hover {
    background-color:#b0161b;
}

@media(max-width:600px){
    .p19826-content {
        max-height:80vh;
        overflow-y:auto;
    }
}
