/* Chat Message Formatting */
.chat-message-content {
    line-height: 1.6;
}

.chat-message-content div {
    margin-bottom: 0.5rem;
}

.chat-message-content div:last-child {
    margin-bottom: 0;
}

.chat-message-content a {
    word-break: break-all;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.chat-message-content a:hover {
    text-decoration-style: solid;
}

/* List spacing */
.chat-message-content .flex {
    align-items: flex-start;
}

.chat-message-content .flex span:last-child {
    flex: 1;
}
