.rich-editor {
  border: 1px solid rgba(75, 36, 30, 0.14);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.rich-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 1px solid rgba(75, 36, 30, 0.14);
  background: #f8f5ef;
  padding: 8px;
}

.rich-toolbar button {
  border: 1px solid rgba(75, 36, 30, 0.18);
  border-radius: 6px;
  background: #fffdf1;
  color: #4b241e;
  cursor: pointer;
  font: 700 12px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  padding: 7px 9px;
}

.rich-toolbar button:hover {
  background: #fffde9;
}

.rich-canvas {
  min-height: 150px;
  outline: 0;
  padding: 12px;
}

.rich-canvas h2,
.rich-canvas h3,
.rich-output h2,
.rich-output h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  margin: 0 0 10px;
}

.rich-canvas p,
.rich-output p {
  margin: 0 0 10px;
}

.rich-canvas blockquote,
.rich-output blockquote {
  border-left: 3px solid currentColor;
  margin: 10px 0;
  padding-left: 12px;
}

.rich-output a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
