:root {
    --note-paragraph-gap: 0px;
    --note-heading-gap: 10px;
    --note-list-indent: 2.5rem;
    --note-list-vertical-gap: 15px;
    --note-li-gap: 6px;
}

.note-content div,
.jodit-wysiwyg div {
    font-size: inherit;
    line-height: inherit;
}

.note-content p,
.jodit-wysiwyg p {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    padding: 0 !important;
}

.note-content .fn-no-paragraph-gap p,
.jodit-wysiwyg .fn-no-paragraph-gap p {
    margin-bottom: 0 !important;
}

.note-content h1,
.note-content h2,
.note-content h3,
.note-content h4,
.note-content h5,
.note-content h6,
.jodit-wysiwyg h1,
.jodit-wysiwyg h2,
.jodit-wysiwyg h3,
.jodit-wysiwyg h4,
.jodit-wysiwyg h5,
.jodit-wysiwyg h6 {
    margin-top: 0 !important;
    margin-bottom: var(--note-heading-gap, 10px) !important;
}

.note-content h1,
.note-content h2,
.jodit-wysiwyg h1,
.jodit-wysiwyg h2 {
    font-weight: 700 !important;
}

.note-content h3,
.note-content h4,
.note-content h5,
.note-content h6,
.jodit-wysiwyg h3,
.jodit-wysiwyg h4,
.jodit-wysiwyg h5,
.jodit-wysiwyg h6 {
    font-weight: 600 !important;
}

.note-content ul,
.note-content ol,
.jodit-wysiwyg ul,
.jodit-wysiwyg ol {
    display: block !important;
    list-style-position: outside !important;
    padding-left: var(--note-list-indent, 2.5rem) !important;
    margin: var(--note-list-vertical-gap, 15px) 0 !important;
    overflow: visible !important;
}

.jodit-wysiwyg ul[style*="padding-left:0"],
.jodit-wysiwyg ul[style*="padding-left:0pt"],
.jodit-wysiwyg ol[style*="padding-left:0"],
.jodit-wysiwyg ol[style*="padding-left:0pt"] {
    padding-left: var(--note-list-indent, 2.5rem) !important;
}

.note-content ul,
.jodit-wysiwyg ul {
    list-style-type: disc !important;
}

.note-content ol,
.jodit-wysiwyg ol {
    list-style-type: decimal !important;
}

.note-content ol[type="A" s],
.note-content ol[style*="upper-alpha"],
.note-content ol[style*="upper-latin"],
.jodit-wysiwyg ol[type="A" s],
.jodit-wysiwyg ol[style*="upper-alpha"],
.jodit-wysiwyg ol[style*="upper-latin"] {
    list-style-type: upper-alpha !important;
}

.note-content ol[type="A" s] > li,
.note-content ol[style*="upper-alpha"] > li,
.note-content ol[style*="upper-latin"] > li,
.jodit-wysiwyg ol[type="A" s] > li,
.jodit-wysiwyg ol[style*="upper-alpha"] > li,
.jodit-wysiwyg ol[style*="upper-latin"] > li {
    list-style-type: upper-alpha !important;
}

.note-content ol[type="A" s] > li::marker,
.note-content ol[style*="upper-alpha"] > li::marker,
.note-content ol[style*="upper-latin"] > li::marker,
.jodit-wysiwyg ol[type="A" s] > li::marker,
.jodit-wysiwyg ol[style*="upper-alpha"] > li::marker,
.jodit-wysiwyg ol[style*="upper-latin"] > li::marker {
    content: counter(list-item, upper-alpha) ". ";
}

.note-content ol[type="a" s],
.note-content ol[style*="lower-alpha"],
.note-content ol[style*="lower-latin"],
.jodit-wysiwyg ol[type="a" s],
.jodit-wysiwyg ol[style*="lower-alpha"],
.jodit-wysiwyg ol[style*="lower-latin"] {
    list-style-type: lower-alpha !important;
}

.note-content ol[type="a" s] > li,
.note-content ol[style*="lower-alpha"] > li,
.note-content ol[style*="lower-latin"] > li,
.jodit-wysiwyg ol[type="a" s] > li,
.jodit-wysiwyg ol[style*="lower-alpha"] > li,
.jodit-wysiwyg ol[style*="lower-latin"] > li {
    list-style-type: lower-alpha !important;
}

.note-content ol[type="a" s] > li::marker,
.note-content ol[style*="lower-alpha"] > li::marker,
.note-content ol[style*="lower-latin"] > li::marker,
.jodit-wysiwyg ol[type="a" s] > li::marker,
.jodit-wysiwyg ol[style*="lower-alpha"] > li::marker,
.jodit-wysiwyg ol[style*="lower-latin"] > li::marker {
    content: counter(list-item, lower-alpha) ". ";
}

.note-content ol[type="I" s],
.note-content ol[style*="upper-roman"],
.jodit-wysiwyg ol[type="I" s],
.jodit-wysiwyg ol[style*="upper-roman"] {
    list-style-type: upper-roman !important;
}

.note-content ol[type="I" s] > li,
.note-content ol[style*="upper-roman"] > li,
.jodit-wysiwyg ol[type="I" s] > li,
.jodit-wysiwyg ol[style*="upper-roman"] > li {
    list-style-type: upper-roman !important;
}

.note-content ol[type="i" s],
.note-content ol[style*="lower-roman"],
.jodit-wysiwyg ol[type="i" s],
.jodit-wysiwyg ol[style*="lower-roman"] {
    list-style-type: lower-roman !important;
}

.note-content ol[type="i" s] > li,
.note-content ol[style*="lower-roman"] > li,
.jodit-wysiwyg ol[type="i" s] > li,
.jodit-wysiwyg ol[style*="lower-roman"] > li {
    list-style-type: lower-roman !important;
}

.note-content li,
.jodit-wysiwyg li {
    display: list-item !important;
    list-style: inherit !important;
    margin: 0 0 var(--note-paragraph-gap, 0px) 0 !important;
    padding: 0 0 var(--note-li-gap, 6px) 0 !important;
}

.note-content li > ul,
.note-content li > ol,
.jodit-wysiwyg li > ul,
.jodit-wysiwyg li > ol {
    margin-left: 1.25rem !important;
}

.note-content hr,
.jodit-wysiwyg hr {
    height: 15px;
    color: inherit;
    border-top-width: 1px;
}

.note-content A
{
	text-decoration: underline;
}
