.wysiwyg p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    font-weight: bold;
}

.wysiwyg h1 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-size: 2em;
}

.wysiwyg h2 {
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-size: 1.5em;
    background-color: unset;
    color: unset;
    padding: unset;
}

.wysiwyg h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.17em;
}

.wysiwyg h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-size: 1em;
}

.wysiwyg h5 {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-size: 0.83em;
}

.wysiwyg h6 {
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    font-size: 0.67em;
}

.wysiwyg b {
    font-weight: bold;
}

.wysiwyg i {
    font-style: italic;
}

.wysiwyg ol,
.wysiwyg ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

.wysiwyg ol {
    list-style: decimal;
}

.wysiwyg ul {
    list-style: disc;
}

.wysiwyg a {
    color: unset;
}

.wysiwyg table,
.wysiwyg th,
.wysiwyg td {
    border-width: 1px;
    border-style: solid;
}

.wysiwyg caption {
    text-align: center;
}

.wysiwyg th {
    font-weight: bold;
}
