.kavo-related-posts {
    margin: 0 0 0;
    padding: 12px 0 14px;
    border-bottom: 1px solid #e5e5e5;
}

.kavo-related-posts__title {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.4;
}
a.kavo-related-posts__link {
    font-size: 14px;
}
.entry-content .kavo-related-posts__list,
.kavo-related-posts__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry-content .kavo-related-posts__item,
.kavo-related-posts__item {
    position: relative;
    margin: 0 0 2px;
    padding-left: 16px;
    line-height: 1.5;
}

.entry-content .kavo-related-posts__item:last-child,
.kavo-related-posts__item:last-child {
    margin-bottom: 0;
}

.kavo-related-posts__item::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.7em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.65;
}

.entry-content .kavo-related-posts__link,
.kavo-related-posts__link {
    text-decoration: none;
}

.entry-content .kavo-related-posts__link:hover,
.kavo-related-posts__link:hover {
    text-decoration: underline;
}
