.richeditor a {
    text-decoration: underline;
    color: var(--bs-link-color);
}
.richeditor h1 {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 20px;
}
.richeditor h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}
.richeditor h3 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
}
.richeditor h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}
.richeditor h5 {
    font-size: 16px;
    font-weight: normal;
    color: #434343;
}
.richeditor strong {
    font-weight: 700;
}
.richeditor pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 5px 10px;
    border-radius: 4px;
}
.richeditor code {
    background: #eee;
    padding: 0px 3px 2px;
    display: inline-block;
    border-radius: 4px;
}
.richeditor blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
    font-size: inherit;
}
.richeditor blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}
.richeditor blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}
.richeditor table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
    margin-bottom: 10px;
}
.richeditor table td, .richeditor table th {
    border: 1px solid #ddd;
    padding: 5px;
}
.richeditor table td:empty, .richeditor table th:empty {
    height: 20px;
}
.richeditor table th {
    background: #e6e6e6;
}
.richeditor hr {
    clear: both;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    page-break-after: always;
}
.richeditor a.fr-file {
    position: relative;
}
.richeditor a.fr-file:before {
    font-family: 'octo-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    content: "\e92a";
}
.richeditor a.fr-file:after {
    display: none;
}
