.knowledge-article-content h1,
.knowledge-article-content h2,
.knowledge-article-content h3 {
    font-weight: 900;
    color: #282864;
}

.knowledge-article-content p {
    color: black;
}

.knowledge-article-content ul, ol {
    color: black;
}

.knowledge-article-content h4,
.knowledge-article-content h5 {
    color: black;
    font-weight: 900;
}

/* Top level: 1, 2, 3 */
.knowledge-article-content ol {
  list-style-type: decimal;
}

/* Second level: a, b, c */
.knowledge-article-content ol ol {
  list-style-type: lower-alpha;
}

/* Third level: i, ii, iii */
.knowledge-article-content ol ol ol {
  list-style-type: lower-roman;
}

/* Fourth: A, B, C */
.knowledge-article-content ol ol ol ol {
  list-style-type: upper-alpha;
}

/* Fifth: I, II, III */
.knowledge-article-content ol ol ol ol ol {
  list-style-type: upper-roman;
}

.hljs {
    background-color: #f5f5f5 !important;
}

div[data-wrapper="true"] {
    font-family: Arial !important;
    font-size: 12pt !important;
}
