.RTE p + *,
.RTE h2 + *,
.RTE h3 + *,
.RTE h4 + *,
.RTE h5 + * {
    margin-top: 1.75rem;
}

.RTE ul {
    list-style-position: outside;
    padding-left: 1.5rem;
    margin-left: 0;
}

.RTE li {
    text-indent: 0;
    position: relative;
}

.RTE li::before {
    content: '•';
    position: absolute;
    left: -1.5rem;
    line-height: 1rem;
    top: 2px;
    font-size: 1.5rem;
    color: var(--aok-dark-green);
}

.RTE .price-list li::before {
    color: var(--aok-light-green);
}

.RTE ul + * {
    margin-top: 1rem;
}

.RTE p + ul {
    margin-top: 1rem;
}
