/* File: prj-setlist-builder/assets/css/frontend/prj-frontend-popups.css */

#prj-unified-popup-overlay { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.65); display:none; align-items:center; justify-content:center; z-index:999999; }
#prj-unified-popup { background:#000; border:2px solid #beff01; padding:35px 40px; width:90%; max-width:480px; border-radius:18px; color:#fff; text-align:center; font-size:20px; line-height:1.4; box-shadow:0 0 20px rgba(190,255,1,0.3); }
#prj-unified-popup button { margin-top:25px; background:#beff01; color:#000; font-weight:bold; border:none; padding:10px 26px; border-radius:10px; font-size:18px; cursor:pointer; transition:0.2s ease; }
#prj-unified-popup button:hover { opacity:0.85; }
