body div.redactor-dropdown-format [data-re-name^='h1'],
body .input .redactor-styles .style-h1 {
  font-size: 32px;
  font-weight: 600;
}
body div.redactor-dropdown-format [data-re-name^='h2'],
body .input .redactor-styles .style-h2 {
  font-size: 24px;
  font-weight: 600;
}
body div.redactor-dropdown-format [data-re-name^='h3'],
body .input .redactor-styles .style-h3 {
  font-size: 20px;
  font-weight: 600;
}
body div.redactor-dropdown-format [data-re-name^='h4'],
body .input .redactor-styles .style-h4 {
  font-size: 16px;
  font-weight: 600;
}
body .input .redactor-styles .eyebrow {
  font-weight: 600;
}
body .redactor-dropdown {
  width: auto;
}
body .redactor-structure > *:before {
  letter-spacing: 0;
  line-height: 1;
}
body [class^='redactor-dropdown-'] sup {
  font-size: 12px;
  vertical-align: top;
  opacity: 50%;
  text-transform: lowercase;
  letter-spacing: 0;
  font-weight: normal;
}

