.button-ai { /* Button styling */ background-color: #4CAF50; border: none; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 4px; font-weight: bold; }
.button-ai:focus,
.button-ai:hover { /* Button hover/focus styling */ background-color: #45a049; outline: none; }
.body-ai { /* Body styling */ font-family: Arial, sans-serif; font-size: 14px; line-height: 1.5; color: #333333; background-color: #f2f2f2; }