/* f-title */
.input .redactor-styles .f-title,
.redactor-dropdown a.redactor-dropdown-item-title span {
  font-weight: normal;
  font-size: 190%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/* f-heading */
.input .redactor-styles .f-heading,
.redactor-dropdown a.redactor-dropdown-item-heading span {
  font-weight: normal;
  font-size: 140%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/* f-subheading */
.input .redactor-styles .f-subheading,
.redactor-dropdown a.redactor-dropdown-item-subheading span {
  font-size: 120%;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* f-lead */
.input .redactor-styles .f-lead,
.redactor-dropdown a.redactor-dropdown-item-lead span {
  font-size: 120%;
  font-style: italic;
}

/* f-author */
.input .redactor-styles .f-author,
.redactor-dropdown a.redactor-dropdown-item-author span {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

/* f-quote */
.input .redactor-styles .f-quote,
.redactor-dropdown a.redactor-dropdown-item-quote span {
  color: rgba(0, 0, 0, 0.75);
  border-left: 2px solid rgba(0, 0, 0, 0.25);
  padding-left: 1rem;
  font-style: italic;
  border-radius: 0;
}

/* f-caption */
.input .redactor-styles .f-caption,
.redactor-dropdown a.redactor-dropdown-item-caption span {
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.75);
  font-size: 85%;
}

/* f-initial */
.input .redactor-styles .f-initial:first-letter,
.redactor-dropdown a.redactor-dropdown-item-initial span:first-letter {
  font-weight: bold;
  font-size: 150%;
}
