/* General */
.node__content > .field:not(.field--name-field-comments) {
  margin-bottom: 1rem;
}

/* Comments */ 
.comment {
  border: 1px solid #000;
  padding: 1rem;
  margin-bottom: 2rem;
}
.indented {
  margin-left: 2rem;
}
.field--name-comment-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.field--name-comment-user{
 font-style: italic;
}