.pmx-modal-overlay{
position:fixed;
inset:0;
display:flex;
align-items:center;
justify-content:center;
padding:24px;
background:rgba(0,0,0,.65);
z-index:999999;
pointer-events:auto;
}
.pmx-modal{
width:min(560px, 100%);
background:#fff;
border-radius:16px;
padding:20px;
box-shadow:0 12px 40px rgba(0,0,0,.25);
}
.pmx-modal-title{ margin:0 0 10px; font-size:20px; line-height:1.2; }
.pmx-modal-body{ font-size:15px; line-height:1.5; }
.pmx-status{
display:inline-block;
padding:4px 10px;
border-radius:999px;
font-weight:600;
font-size:13px;
}
.pmx-open{ background:#e9f7ef; }
.pmx-closed{ background:#fdecea; } .pmx-next-closed{
font-size:28px;
line-height:1.6;
} @media (max-width: 1024px){
.pmx-next-closed{
font-size:22px;
line-height:1.5;
}
} @media (max-width: 640px){
.pmx-next-closed{
font-size:18px;
line-height:1.4;
}
}