.assistant-message {
    line-height: 1.6;
    max-width: 80%;
    margin-right: auto;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #4a5568;
    color: #e2e8f0;
}

.assistant-message p {
    margin: 0.5rem 0;
}

.assistant-message strong {
    font-weight: 700;
}

.assistant-message em {
    font-style: italic;
}

.assistant-message ul, .assistant-message ol {
    margin: 0.5rem 1rem;
    padding-right: 1.5rem;
}

.assistant-message li {
    margin-bottom: 0.25rem;
}

.assistant-message code {
    background: #2d3748;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-family: 'Vazirmatn', monospace;
}

.assistant-message pre {
    background: #2d3748;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 0.5rem 0;
}

.assistant-message pre code {
    background: none;
    padding: 0;
}
.hljs {
    background: #2d3748;
    color: #e2e8f0;
}

.hljs-keyword, .hljs-selector-tag, .hljs-subst {
    color: #63b3ed;
}

.hljs-string, .hljs-attr, .hljs-symbol, .hljs-bullet {
    color: #68d391;
}

.hljs-title, .hljs-section, .hljs-attribute {
    color: #f6ad55;
}

.hljs-comment, .hljs-quote {
    color: #a0aec0;
}

.hljs-number, .hljs-literal, .hljs-type, .hljs-template-variable, .hljs-tag .hljs-name {
    color: #ed64a6;
}

pre code.hljs {
    border-radius: 10px;
    direction: ltr;
    text-align: left;
}
