.pmv-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.7);
    padding: 40px 20px;
    box-sizing: border-box;
}

.pmv-modal-content {
    background: #fff;
    margin: auto;
    padding: 26px;
    border-radius: 8px;
    width: 90%;
    max-width: 700px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    max-height: 80vh;
    overflow: auto;
}

.pmv-close {
    position: absolute;
    right: 14px;
    top: 8px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

#pmv-post-content {
    font-family: sans-serif;
    line-height: 1.8;
}

/* Loading */
.pmv-loading {
    padding: 20px;
    text-align: center;
    color: #666;
}
