.note-editor .note-editable,
.ck-editor__editable_inline {
	font-size: 0.9rem;
	line-height: 1.5;
}

.richtext-content h1,
.richtext-content h2,
.richtext-content h3,
.richtext-content h4,
.richtext-content h5,
.richtext-content h6,
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.note-editor .note-editable h1,
.note-editor .note-editable h2,
.note-editor .note-editable h3,
.note-editor .note-editable h4,
.note-editor .note-editable h5,
.note-editor .note-editable h6 {
	color: #333;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 14px;
}

.richtext-content h1,
.ck-content h1,
.note-editor .note-editable h1 { font-size: 32px; }

.richtext-content h2,
.ck-content h2,
.note-editor .note-editable h2 { font-size: 28px; }

.richtext-content h3,
.ck-content h3,
.note-editor .note-editable h3 { font-size: 24px; }

.richtext-content h4,
.ck-content h4,
.note-editor .note-editable h4 { font-size: 20px; }

.richtext-content h5,
.ck-content h5,
.note-editor .note-editable h5 { font-size: 18px; }

.richtext-content h6,
.ck-content h6,
.note-editor .note-editable h6 { font-size: 16px; }

.richtext-content p,
.ck-content p,
.note-editor .note-editable p {
	color: #555;
	line-height: 1.7;
	margin: 0 0 12px;
}

.richtext-content ul,
.richtext-content ol,
.ck-content ul,
.ck-content ol,
.note-editor .note-editable ul,
.note-editor .note-editable ol {
	margin: 0 0 14px;
	padding-left: 22px;
}

.richtext-content ul,
.ck-content ul,
.note-editor .note-editable ul { list-style: disc; }

.richtext-content ol,
.ck-content ol,
.note-editor .note-editable ol { list-style: decimal; }

.richtext-content li,
.ck-content li,
.note-editor .note-editable li {
	color: #555;
	display: list-item;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 0;
}

.richtext-content ul li::before,
.richtext-content ol li::before,
.ck-content ul li::before,
.ck-content ol li::before,
.note-editor .note-editable ul li::before,
.note-editor .note-editable ol li::before {
	content: none;
}

.richtext-content a,
.ck-content a,
.note-editor .note-editable a {
	color: #2b4392;
	text-decoration: underline;
}

.richtext-content img,
.ck-content img,
.note-editor .note-editable img {
	height: auto;
	max-width: 100%;
}

.richtext-content blockquote,
.ck-content blockquote,
.note-editor .note-editable blockquote {
	border-left: 3px solid #2b4392;
	color: #555;
	margin: 0 0 14px;
	padding: 8px 0 8px 14px;
}
