#user-alert-notice{position:fixed;bottom:0;left:0;width:90%;background:linear-gradient(45deg,#6a11cb,#2575fc);color:#fff;padding:15px 13px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:9999;}#user-alert-notice a{color:#ffd700;text-decoration:underline;}#user-alert-notice button{background-color:#4caf50;color:#fff;border:none;padding:10px 20px;cursor:pointer;}@media(min-width:768px){#user-alert-notice{flex-direction:row;justify-content:space-between;}}