.ai-chat__content p {
    margin: 0 0 8px;
}

.ai-chat__content p:last-child {
    margin-bottom: 0;
}

.ai-chat__content ul,
.ai-chat__content ol {
    margin: 4px 0 8px;
    padding-left: 20px;
}

.ai-chat__content li {
    margin-bottom: 4px;
}

.ai-chat__content strong {
    font-weight: 700;
}

.ai-chat__content em {
    font-style: italic;
}

.ai-chat__content code {
    padding: 1px 4px;
    border-radius: 3px;
    background: rgba(1, 5, 107, 0.08);
    color: inherit;
    font-size: 0.92em;
}

.ai-chat__content-heading {
    display: block;
    margin: 2px 0 7px;
    color: #01056b;
    font-family: "Poppins", sans-serif;
}

.ai-chat__row--user .ai-chat__content-heading {
    color: #fff;
}

.ai-chat__row--user .ai-chat__content code {
    background: rgba(255, 255, 255, 0.18);
}
