.arh-rich-editor ul {
  list-style: disc;
  margin-left: 1.25rem;
}
.arh-rich-editor ol {
  list-style: decimal;
  margin-left: 1.25rem;
}
.arh-rich-editor a {
  color: var(--accent-brand, #0ea5e9);
  text-decoration: underline;
}
.arh-rich-editor b,
.arh-rich-editor strong {
  font-weight: 700;
}
.arh-rich-editor i,
.arh-rich-editor em {
  font-style: italic;
}
.arh-rich-editor u {
  text-decoration: underline;
}
.arh-msg-html p + p {
  margin-top: 0.5em;
}
