.ck.ck-content .add-highlight,
.ck.ck-content .text__bg--highlight {
  color: rgb(147, 171, 57) !important;
}

.ck.ck-content .add-highlight,
.ck.ck-content .text__bg--highlight--only {
  background: #fff !important;
}

.ck.ck-content .add-background,
.ck.ck-content .text__bg {
  position: relative;
  color: #fff;
  background-color: rgb(23, 33, 36) !important;
  z-index: 1;
}

.ck.ck-content div.text__bg,
.ck.ck-content div.text__bg--highlight {
  background: red;
}

.ck.ck-content blockquote,
.redactor-dropdown .redactor-dropdown-item-blockquote {
  border: none !important;
  font-style: normal !important;

  color: #92ab39 !important;
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 1.12;
  margin-top: 2rem;
  margin-bottom: 2rem;
}