.direct-chat-lightblue .direct-chat-text a {
    text-decoration: underline;
}

.direct-chat-lightblue .right .direct-chat-text a {
    color: #bad9ff;
}

.direct-chat-lightblue .right .direct-chat-text a:hover {
    color: #a0bbdb;
}


/* Markdown в сообщениях чата (Parsedown): в пузыре нужны компактные отступы, иначе
   заголовки и списки разносят сообщение по высоте сильнее самого текста. */
.chat-md > *:first-child {
    margin-top: 0;
}

.chat-md > *:last-child {
    margin-bottom: 0;
}

.chat-md p {
    margin-bottom: 6px;
}

.chat-md h1,
.chat-md h2,
.chat-md h3,
.chat-md h4,
.chat-md h5,
.chat-md h6 {
    margin: 8px 0 4px;
    font-size: 1rem;
    font-weight: bold;
}

.chat-md ul,
.chat-md ol {
    margin-bottom: 6px;
    padding-left: 20px;
}

.chat-md pre {
    margin-bottom: 6px;
    padding: 6px 8px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 4px;
    white-space: pre-wrap;
    word-break: break-word;
}

.chat-md code {
    word-break: break-word;
}

.chat-md blockquote {
    margin: 0 0 6px;
    padding-left: 8px;
    border-left: 3px solid rgba(0, 0, 0, .15);
    color: #6c757d;
}

.chat-md table {
    width: 100%;
    margin-bottom: 6px;
}

.chat-md table th,
.chat-md table td {
    padding: 2px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
}
