.button-ai { background-color: darkblue !important; color: white; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; }
.button-ai:hover { background-color: #003366 !important; }
.button-ai:focus { outline: none; }