#user-alert {position: fixed;bottom: 0;left: 0;width: 100%;background: linear-gradient(to right, #ff7e5f, #feb47b);color: #fff;padding: 15px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 9999;}#user-alert button {background-color: #4CAF50;color: white;border: none;padding: 10px 20px;cursor: pointer;}@media(max-width: 768px) {#user-alert {flex-direction: column;}}