.app-edeone_editor,
.mce-content-body {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #222222;
  font-family: Roboto-Light,Roboto;
  font-weight: 300;
}

.app-edeone_editor img {
  max-width: 100%;
}

.app-edeone_editor .ql-align-center {
  text-align: center;
}

.app-edeone_editor .ql-align-right {
  text-align: right;
}

.app-edeone_editor .ql-align-justify {
  text-align: justify;
}

.app-edeone_editor strong, .mce-content-body strong {
  font-family: Roboto-Medium,Roboto;
  font-weight: 500;
}

.app-edeone_editor p, .app-edeone_editor h2, .mce-content-body p, .mce-content-body h2, .app-edeone_editor ul, .mce-content-body ul, .app-edeone_editor ol, .mce-content-body ol {
  margin-bottom: 1rem;
}

.app-edeone_editor h2, .mce-content-body h2 {
  margin-top: 3rem;
  font-family: Roboto-Medium,Roboto;
  font-weight: 500;
}

.app-edeone_editor li, .mce-content-body li {
  margin-bottom: 0.25rem;
}

.app-edeone_editor table td {
  border: 1px solid black;
}

.app-edeone_editor a,
.mce-content-body a {
  color: #ff277f;
  text-decoration: underline;
}

.app-edeone_editor ul,
.app-edeone_editor ol {
  margin-left: 20px;
}

.app-edeone_editor ul li {
  list-style-type: disc;
}

.app-edeone_editor ol li {
  list-style-type: decimal;
}

.mce-content-body blockquote {
  border-left: 4px solid #ccc;
  padding-left: 16px;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

.app-edeone_editor blockquote,
.mce-content-body blockquote
{
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-top: 30px;
  border: 0;

  background: url("/img/icon/double-quotes.svg") no-repeat top left;
}

.app-edeone_editor blockquote span,
.app-edeone_editor blockquote p,
.mce-content-body blockquote span,
.mce-content-body blockquote p {
  font-family: Roboto-Italic,Roboto;
  font-weight: unset;
  font-style: italic;
  font-size: 20px;
  line-height: 162.5%;
  letter-spacing: 0.02em;
  color: #222222;
}

@media (max-width: 768px) {
  .app-edeone_editor blockquote {
    margin-bottom: 30px;
    padding-left: 30px;
  }

  .app-edeone_editor blockquote span,
  .app-edeone_editor blockquote p {
    font-size: 17px;
  }
}

.mce-content-body h2 {
  font-size: 22px;
}
