.historico-markdown {
    color: inherit;
    line-height: 1.5;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.descricao-chamado-markdown {
    border: 1px solid #c9d6dd;
    border-radius: 3px;
    margin-top: 6px;
    overflow: hidden;
}

.descricao-chamado-markdown-titulo {
    background: #edf3f6;
    border-bottom: 1px solid #c9d6dd;
    color: #39576b;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 11px;
}

.descricao-chamado-markdown-titulo .glyphicon {
    margin-right: 5px;
}

.descricao-chamado-markdown > .historico-markdown {
    min-height: 64px;
    padding: 12px;
}

.historico-markdown > :first-child {
    margin-top: 0;
}

.historico-markdown > :last-child {
    margin-bottom: 0;
}

.historico-markdown h1,
.historico-markdown h2,
.historico-markdown h3,
.historico-markdown h4,
.historico-markdown h5,
.historico-markdown h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 14px 0 7px;
}

.historico-markdown h4,
.historico-markdown h5,
.historico-markdown h6 {
    font-size: 14px;
}

.historico-markdown p,
.historico-markdown ul,
.historico-markdown ol,
.historico-markdown blockquote,
.historico-markdown pre,
.historico-markdown table {
    margin: 0 0 10px;
}

.historico-markdown ul,
.historico-markdown ol {
    padding-left: 24px;
}

.historico-markdown blockquote {
    border-left: 4px solid #9eb4c2;
    color: #526772;
    font-size: inherit;
    padding: 5px 12px;
}

.historico-markdown code {
    background: #f2f5f7;
    color: #34495e;
    white-space: pre-wrap;
}

.historico-markdown pre {
    background: #f2f5f7;
    border: 1px solid #d8e1e6;
    border-radius: 2px;
    max-width: 100%;
    overflow: auto;
    padding: 10px;
    white-space: pre;
}

.historico-markdown pre code {
    background: transparent;
    color: inherit;
    white-space: pre;
}

.historico-markdown table {
    border-collapse: collapse;
    display: block;
    max-width: 100%;
    overflow-x: auto;
    width: max-content;
}

.historico-markdown th,
.historico-markdown td {
    border: 1px solid #ccd8df;
    padding: 6px 8px;
    text-align: left;
}

.historico-markdown th {
    background: #edf3f6;
    font-weight: 600;
}

.historico-markdown hr {
    border: 0;
    border-top: 1px solid #d8e1e6;
    margin: 14px 0;
}
