.aiconsigliere-output {
    background: #f6f7f7; /* colore admin WP */
    border: 1px solid #ccd0d4;
    padding: 12px 15px;
    font-family: Menlo, Consolas, monospace;
    font-size: 13px;
    white-space: pre-wrap; /* come <pre>, ma avvolge le righe */
    word-break: break-word;
    overflow-x: auto;
    max-height: 500px;
    line-height: 1.5;
    border-radius: 4px;
}
