ul{
    list-style: none;
}

.post-item {
    padding: 15px 5px;
    border-bottom: 1px solid #C8CCD1;
}

.post-item a {
    display: inline-block;
}

.post-item span {
    font-size: 18px;
    color: #003164;
}

.current-post.post-item, .child-post-item.current-post a span {
    font-weight: bold;
}

button.toggle-child-posts {
    background-color: transparent;
    outline: none !important;
    border: none !important;
}

button.toggle-child-posts[aria-expanded="true"] i {
    transform: rotate(180deg)
}

button.toggle-child-posts i {
    vertical-align: middle;
    transition: all ease-in-out 0.3s;
}

.child-posts-list {
    display: none;
    padding-left: 20px;
    margin: 0;
}

.child-posts-list .child-post-item {
    padding: 10px 5px;
    font-weight: 400;
    font-size: 16px;
}

.child-posts-list .child-post-item:last-child {
    padding-bottom: 0;
}