/* Comentários (posts e páginas) */

.comments-area .card-header {
  background: #fff;
}

.comments-area .comment .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-reply-link {
  text-decoration: none;
}

.comments-area .comment .avatar {
  box-shadow: 0 0 0 1px rgba(0,0,0,.05) inset;
}

.comments-area .comment-respond .form-label {
  font-weight: 500;
}

.comments-area .form-control {
  border-radius: .5rem;
}

.comments-area .list-unstyled > li:last-child {
  border-bottom: 0 !important;
}

