.ckeditorContent ul, .ckeditorContent ol, body.cke_editable ul, body.cke_editable ol {
  margin: 3rem auto;
  list-style: none; }
  .ckeditorContent ul li, .ckeditorContent ol li, body.cke_editable ul li, body.cke_editable ol li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 1rem; }
    .ckeditorContent ul li:before, .ckeditorContent ol li:before, body.cke_editable ul li:before, body.cke_editable ol li:before {
      content: '';
      position: absolute;
      left: 0;
      width: 0.8rem;
      height: 0.8rem;
      background: var(--third-color);
      border-radius: 50%;
      top: 0.5em; }

.ckeditorContent ol, body.cke_editable ol {
  counter-reset: li; }
  .ckeditorContent ol li, body.cke_editable ol li {
    counter-increment: li;
    padding-left: 27px; }
    .ckeditorContent ol li:before, body.cke_editable ol li:before {
      content: counter(li);
      width: auto;
      height: auto;
      min-width: 27px;
      padding-right: 0;
      color: var(--third-color);
      font-family: var(--secondary-font);
      font-size: 3rem;
      font-weight: bold;
      line-height: 1;
      top: 0;
      background: none;
      border-radius: 0; }

.ckeditorContent strong, body.cke_editable strong {
  font-weight: 500; }

.ckeditorContent em, body.cke_editable em {
  font-style: italic; }

.ckeditorContent blockquote, body.cke_editable blockquote {
  background: url("../../img/bg-blockquote.svg") center no-repeat;
  background-size: 20rem auto;
  min-height: 16rem; }

span[data-color="#FCC500"] {
  color: #FCC500; }

span[data-color="#FF5500"] {
  color: #FF5500; }

span[data-color="#007347"] {
  color: #007347; }

span[data-color="#D16100"] {
  color: #D16100; }

span[data-color="#150637"] {
  color: #150637; }

span[data-color="#FC165C"] {
  color: #FC165C; }

span[data-color="#FFA312"] {
  color: #FFA312; }

/*# sourceMappingURL=ckeditor.css.map */
