
#ppc-modal { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:99999; align-items:center; justify-content:center; }
.ppc-modal-wrapper { display:flex; align-items:center; justify-content:center; width:100%; height:100%; }
.ppc-modal-box { background:#fff; padding:20px; border-radius:8px; max-width:480px; width:90%; box-shadow:0 10px 30px rgba(0,0,0,0.3); text-align:left; }
.ppc-modal-box h3 { margin:0 0 10px 0; color:#d9534f; }
.ppc-modal-body { font-size:14px; color:#333; }
.ppc-modal-actions { text-align:right; margin-top:12px; }
#ppc-close { background:#d9534f; color:#fff; border:0; padding:8px 14px; border-radius:5px; cursor:pointer; }
.ppc-disabled { opacity:0.5 !important; pointer-events:none !important; }
