.wiki h1,
.wiki h2,
.wiki h3,
.wiki h4,
.wiki h5,
.wiki h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: bold;
  break-after: always;
  break-before: always;
}

.wiki h1,
.wiki h2,
.wiki h3 {
  padding-bottom: .3em;
  border-bottom: 1px solid #d8dee4;
  width: 100%;
}

.wiki h1 {
  font-size: 40px;
  margin-top: 40px;
}

.wiki h2 {
  font-size: 35px;
  margin-top: 35px;
}

.wiki h3 {
  font-size: 30px;
  margin-top: 30px;
}

.wiki h4 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.wiki h5 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.wiki h6 {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.wiki p {
  break-after: always;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 0px;
}

.wiki ol {
  list-style-type: decimal;
}

.wiki ul,
.wiki ol {
  break-after: always;
  margin-top: 10px;
  margin-bottom: 0px;
}

.wiki li {
  list-style: outside;
  line-height: 1.5;
  margin-top: 6px;
  margin-left: 40px;
}

.wiki img,
.wiki table {
  break-after: always;
  margin-top: 30px;
  margin-bottom: 10px;
}

.wiki table td,
.wiki table th {
  line-height: 1.5;
  padding: 6px 13px;
  border: 1px solid #d8dee4;
}

.wiki table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.wiki pre {
  break-after: always;
  background-color: #f6f8fa;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0px;
  padding: 20px;
  line-height: 1.45;
}

.wiki code, .wiki tt {
  color: #24292f;
  background-color: #eff1f3;
  padding: .2em .4em;
}

.wiki .anchor {
  scroll-margin-top: 160px;
}


.articles .text ul {
  position: relative;
}

.articles .text ul li {
  position: relative;
  padding-left: 30px;
}

.articles .text ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}

.articles h6 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}


.page-banner h1 {
  text-transform: none;
}
