.button-ai { background-color: #8b008b !important; /* dark magenta background */ color: #ffffff !important; /* white text */ border: none !important; padding: 10px 20px !important; border-radius: 5px !important; }
.button-ai:hover { background-color: #940094 !important; /* slightly darker shade on hover */ }
.button-ai:focus { outline: none !important; box-shadow: 0 0 5px #940094 !important; /* slight shadow on focus */ }