/**
 * Redactor styles.
 */
.redactor-dropdown-format .redactor-dropdown-item-heading-3 {
  font-size: 24px;
  font-weight: bold;
}

.redactor-dropdown-format .redactor-dropdown-item-heading-4 {
  font-size: 22px;
  font-weight: bold;
}

.redactor-dropdown-format .redactor-dropdown-item-text-inset,
.redactor-styles p.inset {
  background-color: rgba(245, 245, 242, 1);
}
