
.recent-comments-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.recent-comments-list > li {
    margin-bottom: 0.7em;
    display: block;
}
.recent-comments-list .comment-date {
    font-size: 0.85em;
    opacity: 0.7;
}
.recent-comments-list .comment-date a {
    text-decoration: none;
    border-bottom: none;
}
.widget_recent_comments .recent-comments-list .comment-date {
    margin-top: 2px;
}
.recent-comments-list .comment-excerpt + .comment-date, .recent-comments-list .comment-post + .comment-date {
    display: block;
    margin-bottom: 1px;
}
.recent-comments-list.with-avatars .comment-wrap {
    position: relative;
}
.recent-comments-list.with-avatars .comment-avatar {
    position: absolute;
    left: 0;
    top: 4px;
}
.recent-comments-list.with-avatars, .recent-comments-list.with-avatars .recent-comment {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
/* Some themes style lists with custom bullets using the ::before selector, so we account for that here */
.recent-comment::before {
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.recent-comment .comment-wrap {
    display: inline-block;
}
.recent-comments-list.with-avatars .recent-comment::before {
    content: '' !important;
    text-indent: 0;
    padding: 0;
    margin: 0;
}
