/* Avatar de comentario: icone em vez de foto */
.comment_author_avatar.dogloja-blog-comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.comment_author_avatar.dogloja-blog-comment-avatar .icon-user {
    font-family: "fontello", sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    opacity: 0.65;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}

.dogloja-blog-comment-msg {
    padding: 0.65rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}
.dogloja-blog-comment-msg--ok {
    background: rgba(40, 167, 69, 0.12);
    border: 1px solid rgba(40, 167, 69, 0.35);
}
.dogloja-blog-comment-msg--err {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.35);
}
.comments_list .comments_empty {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    opacity: 0.85;
}
.comments_field.comments_logged_as {
    margin-bottom: 1rem;
}
