.ckeditorContent {
  text-align: center; }

.ckeditorContent, body.cke_editable {
  line-height: 1.75; }
  .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(--green-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(--green-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: bold; }
  .ckeditorContent em, body.cke_editable em {
    font-style: italic; }
  .ckeditorContent blockquote, body.cke_editable blockquote {
    background-size: 8.8rem auto;
    min-height: 8.5rem;
    padding: 0 3rem;
    background: url("../svg/quote.svg") center center no-repeat;
    text-align: left; }

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

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

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

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

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