/* Fix layout and alignment issues inside post and page content */
.entry-content span,
.empath__single-content span {
    display: inline !important;
}

.entry-content a,
.empath__single-content a {
    display: inline !important;
}

/* Restore classic nested bullet styling inside post content. */
.entry-content.empath__single-content ul {
    list-style: disc outside;
    margin: 0 0 16px 0;
    padding-left: 28px;
}

.entry-content.empath__single-content ul ul {
    list-style-type: circle;
    margin-top: 8px;
    padding-left: 24px;
}

.entry-content.empath__single-content ul li {
    padding-left: 0;
    font-weight: 400;
    line-height: 1.65;
}

.entry-content.empath__single-content ul li::marker {
    color: #777;
    font-size: 12px;
}

.entry-content.empath__single-content ul li:after {
    display: none;
    content: none;
}
