/* @original templates/newsberg/css/exit-popup.css */
#custom-exit-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,0.6);z-index:9998}#custom-exit-popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#C21F4A;color:white;font-size:30px;font-weight:bold;text-align:center;padding:40px 20px 20px;border-radius:12px;z-index:9999;max-width:90vw;box-shadow:0 0 20px rgba(0,0,0,0.5)}#custom-exit-popup .buttons{margin-top:20px;display:flex;flex-direction:column;gap:15px}#custom-exit-popup .buttons a{text-decoration:none;background-color:white;color:#C21F4A;padding:10px 20px;font-size:25px;font-weight:bold;border-radius:8px;transition:background-color 0.3s,color 0.3s}#custom-exit-popup .buttons a:hover{background-color:#C21F4A;color:white;border:2px solid white}#custom-exit-close{position:absolute;top:10px;right:15px;background:none;border:none;color:white;font-size:25px;cursor:pointer}
