.ai_item {
    background: linear-gradient(90deg, #8655a6 0%, #6900d1 100%);
    color: white;
    font-weight: bold;
}

.ai_item:hover {
    background: linear-gradient(90deg, #8655a6 0%, #6900d1 100%);
    color: white;
    font-weight: bold;
}

.button.ai_item {
    background-color: linear-gradient(90deg, #8655a6 0%, #6900d1 100%);
    font-weight: bold;
}

.button.ai_item:hover {
    background-color: linear-gradient(90deg, #8655a6 0%, #6900d1 100%);
    font-weight: bold;
}
.content pre {
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: pre-wrap;
    /* Ensures content does not wrap */
}
