.md {
  font-size: 0.875em;
}
.md__h1 {
  font-weight: 700;
  margin: 0.5em 0;
  font-size: 1.75em;
  line-height: 1.25;
}
.md__h2 {
  font-weight: 700;
  margin: 0.5em 0;
  font-size: 1.375em;
  line-height: 1.3;
}
.md__h3 {
  font-weight: 700;
  margin: 0.5em 0;
  font-size: 1.25em;
  line-height: 1.4;
}
.md__h4 {
  font-weight: 700;
  margin: 0.5em 0;
  font-size: 1.1875em;
  line-height: 1.4;
}
.md__h5 {
  font-weight: 700;
  margin: 0.5em 0;
  font-size: 1.125em;
  line-height: 1.4;
}
.md__h6 {
  font-weight: 700;
  margin: 0.5em 0;
  font-size: 1.0625em;
  line-height: 1.4;
}
.md__a {
  color: var(--pg-color-main);
  text-decoration: underline;
}
.md__ol li::marker {
  color: var(--pg-color-main);
  font-weight: bold;
}
.md__ul {
  position: relative;
  list-style-type: none;
  font-size: 0.875em;
}
.md__ul li::before {
  content: "\e122";
  display: inline-block;
  font-family: var(--pg-font-family-awesome);
  font-weight: 800;
  color: var(--pg-color-main);
  font-size: 0.75em;
  margin-left: -1.5em;
  position: absolute;
  margin-top: 0.25em;
}
