/**
 * Redactor styles.
 */
.redactor-air {
  min-width: auto !important;
}

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

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

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

.redactor-dropdown-format .redactor-dropdown-item-text-large,
.redactor-styles p.large {
  font-size: 18px;
}
