.button-ai { /* Button styles go here */ color: white; background-color: #007bff; border: none; padding: 10px 20px; border-radius: 5px; font-size: 16px; font-weight: bold; cursor: pointer; }
.button-ai:hover { background-color: #0056b3; }
.button-ai:active { background-color: #003d80; }
.button-ai:focus { outline: none; box-shadow: 0 0 3px 3px #007bff; }
.button-ai:disabled { opacity: 0.6; cursor: not-allowed; }
.button-ai:disabled:hover { background-color: #007bff; }
.body-ai { /* Body styles go here */ font-family: Arial, sans-serif; font-size: 14px; line-height: 1.5; color: #333; background-color: #f2f2f2; }