/* CKEditor styles that should be consistent across themes */
pre {
  background: hsla(0,0%,78%,.3);
  border: 1px solid #c4c4c4;
  font-family: Monaco, "Courier New", Courier, monospace;
  border-radius: 2px;
  color: #353535;
  font-style: normal;
  padding: 1em;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}

blockquote {
  font-style: italic;
  border-left: 5px solid #cccccc;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

blockquote p {
  margin-top: 1em;
  margin-bottom: 1em;
}

span.highlight {
  background-color: #ffffbe;
}

/* Override the CKEditor toolbar to account for the page content flowing under the header. */
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  top: 100px !important;
}
.toolbar-horizontal .ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  top: 178px !important;
}
