.popup-overlay{z-index:50;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-content{background-color:#fff;border-radius:8px;width:90%;max-width:300px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.popup-header{color:#ef4444;text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.popup-body{text-align:center;margin-bottom:1.5rem}.popup-body p{margin:.5rem 0}.popup-footer{justify-content:center;display:flex}.popup-button{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:700;transition:background-color .2s}.popup-button:hover{background-color:#2563eb}
