.bhcrow-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bhcrow-posts-list .bhcrow-post-item {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid var(--e-global-color-066574e);
    margin: 0;
    padding: 5px 0;
}

.bhcrow-posts-list .bhcrow-post-item:last-child {
    border-bottom: none;
}

.bhcrow-posts-list .bhcrow-post-item a {
    text-decoration: none;
    color: var(--e-global-color-text);
    display: inline-block;
}

.bhcrow-posts-list .bhcrow-post-item a:hover {
    text-decoration: none;
    color: var(--e-global-color-secondary);
}
