.toggle {
  border: solid 1px #b7b7b7;
  margin-left: 0 !important;
  padding: 1em;
  border-radius: 4px;
}

.toggle::before {
  content: "Hide-reveal";
  background: #484848;
  color: white;
  padding: 0.2em 0.6em;
  font-size: 0.8em;
}

.editorial {
  color: #6615A8;
}
.editorial .editorial {
  color: inherit;
}
a .editorial {
  text-decoration: underline;
}
.editorial a {
  text-decoration: underline;
}

.framework,
.eyfslozenge {
  background-color: #CCE0F0;
  padding: 1em 1.3em;
  border-radius: 8px;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: auto;
}

pre {
  background: #e9ebf0;
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

table figure {
  display: inline-block !important;
}

table.borderless td,
table.borderless th {
  border-style: dashed !important;
}

table.paragraphless p {
  display: inline;
  margin: 0;
}

table.paragraphless .media {
  display: inline-block !important;
}

table.padding-0 td, table.padding-0 th {
  padding: 0;
}

.ck .drupal-media {
  overflow: hidden;
}

/*# sourceMappingURL=rich-text.css.map */
