#user-notification {position: fixed;bottom: 0;right: 0;width: 100%;max-width: 400px;background-color: #f9f9f9;color: #333;padding: 15px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;z-index: 9999;}#user-notification .buttons {display: flex;gap: 10px;margin-top: 10px;}#user-notification button {background-color: #007bff;color: #fff;border: none;padding: 10px 15px;cursor: pointer;}@media(min-width: 768px) {#user-notification {flex-direction: row;justify-content: space-between;}}