.ppdc290726-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
}

.ppdc290726-modal {
    width: min(90%, 500px);
    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;
}

.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;
}