.button-ai { background-color: green !important; color: white !important; transition: transform 0.3s !important; }
.button-ai:hover { transform: scale(1.1) !important; }