 /* Cute Alert Styles */ .alert-close:hover { background-color: #eee; } .confirm-button:hover { background-color: #3e9142; } .cancel-button:hover { background-color: #d32f2f; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fade-in { animation: fadeIn 0.3s; } 