.editor-content {
  font-size: 1rem;
  line-height: 1.5;
}

.editor-content h2 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  color:#794a88
}

.editor-content h3 {
  margin-bottom: 0.75em;
  font-size: 1.5rem;
  color: #8e51a5;
}

.editor-content h4 {
  margin-bottom: 0.75em;
  font-size: 1.25rem;
}

.editor-content h5 {
  margin-bottom: 0.75em;
  font-weight: bold;
  font-size: 1.125rem;
  color: #6c757d;
}

.editor-content p {
  margin-bottom: 1.5em;
}

.editor-content .table .thead-default-light th {
  color: #8e51a5;
  background-color: #F4EEF6;
}

.editor-content .ul-common {
  list-style: none;
  padding-left: 0;
}
.editor-content .ul-common>li {
  padding-left: .75em;
  text-indent: -0.75em;
}
.editor-content .ul-common>li::before {
  content: "";
  margin-right: .5em;
  margin-bottom: .25em;
  width: .25em;
  height: .25em;
  display: inline-block;
  background-color: #8e51a5;
  border-radius: 50%;
}

.editor-content .hover-default {
  background-color: #f8f9fa;
  transition: background-color .5s, color .5s;
}
.editor-content .hover-default:hover {
  color: #fff !important;
  background-color: #8e51a5;
}
.editor-content .hover-default .bi {
  transition: color .5s;
}
.editor-content .hover-default:hover .bi {
  color: #fff !important;
}

.editor-content .post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.editor-content .post-list li {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 768px) {
  .editor-content h2 {
    font-size: 3rem;
  }

  .editor-content h3 {
    font-size: 2rem;
  }

  .editor-content h4 {
    font-size: 1.5rem;
  }

  .editor-content h5 {
    font-size: 1.25rem;
  }
}
