.wp-content :first-child {
    margin-top: 0;
}

.wp-content :last-child {
    margin-bottom: 0;
}

.wp-content > * {
    margin-bottom: 24px;
    margin-top: 24px;
}

.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
    font-size: 18px;
}

.wp-content ul,
.wp-content ol {
    line-height: 150%;
}

.wp-content ol:not([class]) {
    padding-left: 16px;
}

.wp-content ul:not([class]) {
    list-style-type: disc;
    padding-left: 16px;
}
