.ppdc290726-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
}

.ppdc290726-modal {
    width: 80%;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.ppdc290726-modal h2 {
    margin: 0 0 16px;
}

.ppdc290726-modal p {
    margin: 0 0 24px;
    line-height: 1.6;
    font-size:13px;
}

.ppdc290726-modal button {
    padding: 12px 24px;
    border: 0;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.ppdc290726-modal button:hover {
    background: #F37021;
    color: #fff;
}

body.ppdc290726-open {
    overflow: hidden;
}

@media screen and (max-width: 899px){
    .ppdc290726-overlay {overflow:scroll;}
    .ppdc290726-modal {
    width: 100%;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    }
    .ppdc290726-modal p {font-size:11px;}
}