/* Compiled from rich_text_editor_component.scss. Edit this sidecar CSS directly. */
.rich-text-editor-component .fr-view {
  background: white;
  border: 1px solid #d8e2ef;
  border-radius: 5px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.27);
  min-height: 15vh;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.rich-text-editor-component .fr-toolbar {
  border: none;
  background: inherit;
}
.rich-text-editor-component .fr-second-toolbar {
  border: none;
  border-bottom: none;
  margin: 0;
  background: inherit;
}
.rich-text-editor-component .fr-element {
  min-height: 15vh;
  height: auto !important; /* Override any inline styles */
}
