/* Styling for notes with cssclass: "ai-log" */
.markdown-rendered.ai-log {
    font-family: 'Courier New', monospace; /* A tech feel */
    background-color: #ffffff; 
}

/* Style the AI's responses (blockquotes) */
.markdown-rendered.ai-log blockquote {
    border-left: 4px solid #0066cc; /* A clean, 'digital' blue border */
    background-color: #f0f8ff; /* Very light blue background */
    padding: 10px 15px;
    margin: 15px 0;
    font-style: italic;
    line-height: 1.4;
}
