.editor-content a {
  text-decoration: underline;
}
.editor-content a:hover {
  text-decoration: none;
}
.editor-content p {
  margin: 1em 0 1.5em;
}
.editor-content ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.editor-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.editor-content ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.intro .editor-content p {
  margin: 0;
}/*# sourceMappingURL=editor-content.css.map */