#profile-notice-popup{position:fixed;top:80px;right:20px;background-color:#fecaca !important;border:1px solid #fca5a5 !important;color:#721c24;padding:20px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:99999;max-width:380px !important;font-size:1.1rem !important;line-height:1.5;opacity:0;transform:translateX(20px);animation:slideInFade .5s forwards;animation-delay:1.5s !important}#profile-notice-popup p{margin:0 0 15px;padding:0;color:#721c24 !important;padding-right:25px !important}#profile-notice-popup a{display:inline-block;background-color:#fff;color:#721c24 !important;font-weight:700;text-decoration:none !important;padding:10px 18px;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .2s ease-in-out}#profile-notice-popup a:hover{background-color:#f1f1f1;transform:translateY(-1px)}#profile-notice-popup .close-btn{position:absolute;top:10px;right:15px;font-size:24px;font-weight:700;cursor:pointer;color:#721c24;background:0 0;border:none;padding:0;line-height:1}@keyframes slideInFade{to{opacity:1;transform:translateX(0)}}