html.wppg-locked,
body.wppg-locked {
    overflow: hidden !important;
    touch-action: none;
}

.wppg-popup[hidden],
.wppg-overlay[hidden] {
    display: none !important;
}

.wppg-popup {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .72);
}

.wppg-popup-box {
    width: min(620px, 94vw);
    padding: 12px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 55px rgba(0,0,0,.4);
    text-align: center;
}

.wppg-popup-text {
    margin: 2px 0 10px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #111;
}

.wppg-popup-link {
    display: block;
    text-decoration: none;
}

.wppg-popup-link img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: cover;
    border-radius: 10px;
}

.wppg-placeholder {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f2f2f2;
    color: #111;
    font-weight: 600;
}

.wppg-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483645;
    display: block;
    background: rgba(0,0,0,var(--wppg-overlay-opacity, .18));
    cursor: pointer;
}
