/* Highlight */
.redactor-editor .highlight,
.redactor-dropdown-highlight span {
  color: blue;
}

/* Headings */
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  margin-bottom: .5rem;
}

/* Subheading */
.redactor-editor .subheading {
  margin-top: -.5rem;
  font-style: italic;
}

/* Large text */
.redactor-editor .large-text,
.redactor-dropdown-large-text span {
  font-size: 1.25rem;
}

/* Button */
.redactor-editor .button-wrapper,
.redactor-dropdown-button-wrapper span {
  display: inline-block;
  padding: .5rem;
  border: .0625rem solid black;
}
