.row-column > .list-group {
    margin-bottom: 1.5rem;
}

.wysiwyg ol.upper-alpha:not(.list-checks):not(.list-checkbox) > li::before {
    content: "." counter(li, upper-alpha);
}

.wysiwyg ol.lower-alpha:not(.list-checks):not(.list-checkbox) > li::before {
    content: "." counter(li, lower-alpha);
}

.wysiwyg ol.upper-roman:not(.list-checks):not(.list-checkbox) > li::before {
    content: "." counter(li, upper-roman);
}

.wysiwyg ol.lower-roman:not(.list-checks):not(.list-checkbox) > li::before {
    content: "." counter(li, lower-roman);
}

.wysiwyg ul.list-stars,
.wysiwyg ul.list-times {
    margin-left: 1em;
    padding-left: 0;
    list-style: none;
}

.wysiwyg ul.list-stars li::before,
.wysiwyg ul.list-times li::before,
.wysiwyg ul.list-thumbs-up li::before,
.wysiwyg ul.list-thumbs-down li::before {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Font Awesome 5 Free" !important;
    color: #41b6e6 !important;
    position: absolute !important;
    left: -.5em !important;
}

.wysiwyg ul.list-stars li::before {
    content: "\f005" !important;
    font-weight: 800 !important;
}

.wysiwyg ul.list-times li::before {
    content: "\f00d" !important;
    font-weight: 800 !important;
}

.wysiwyg ul.list-thumbs-up li::before {
    content: "\f164" !important;
    font-weight: 800 !important;
}

.wysiwyg ul.list-thumbs-down li::before {
    content: "\f165" !important;
    font-weight: 800 !important;
}