.html-render-area .ql-container {
    font-size: inherit;
}

.html-render-area .ql-stroke {
    fill: none;
    stroke: #98a2b3;
}

.html-render-area .ql-fill {
    fill: #fff;
    stroke: #98a2b3;
}

.html-render-area h1 {
    font-size: 32px;
    font-weight: 700;
}

.html-render-area h2 {
    font-size: 24px;
    font-weight: 700;
}

.html-render-area h3 {
    font-size: 18.72px;
    font-weight: 700;
}

.html-render-area h4 {
    font-size: 16px;
    font-weight: 700;
}

.html-render-area h5 {
    font-size: 13px;
    font-weight: 700;
}

.html-render-area h6 {
    font-size: 10px;
    font-weight: 700;
}

.html-render-area a {
    color: rgb(0, 0, 238);
    text-decoration: underline;
}

.html-render-area .custom-reset-html h4 {
    font-size: 16px;
    font-weight: 700;
}

.html-render-area .custom-reset-html h5 {
    font-size: 13px;
    font-weight: 700;
}

.html-render-area .custom-reset-html h6 {
    font-size: 10px;
    font-weight: 700;
}

.html-render-area .custom-reset-html a {
    color: rgb(0, 0, 238);
    text-decoration: underline;
}

.html-render-area .custom-reset-html ul,
.html-render-area .custom-reset-html li,
.html-render-area .custom-reset-html ol {
    list-style: unset;
    padding: unset;
    margin: unset;
}

.html-render-area .custom-reset-html ul {
    list-style-type: disc;
    padding-left: 24px;
}

.html-render-area .custom-reset-html ol {
    list-style-type: decimal;
    padding-left: 24px;
}
.html-render-area .custom-reset-html blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}