.comments-archive {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.comments-notice {
  font-size: 0.85rem;
  color: #9a9a9a;
  font-style: italic;
}

.comment {
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  background: #f9f9f9;
  border-radius: 4px;
}

.comment-depth-1 { margin-left: 1.5rem; }
.comment-depth-2 { margin-left: 3rem; }
.comment-depth-3 { margin-left: 4.5rem; }
.comment-depth-4 { margin-left: 6rem; }

.comment-meta {
  font-size: 0.85rem;
  color: #717171;
  margin-bottom: 0.35rem;
}

.comment-author {
  font-weight: bold;
}

.comment-date {
  margin-left: 0.5rem;
}

.comment-body p:last-child {
  margin-bottom: 0;
}
