.editor-styles-wrapper .wp-block.no-margin { margin-top: 0; margin-bottom: 0; } /*.mouse-blank {
  cursor: default !important;
}
.comment-body .fn {
  font-family: "Instrument Sans";
  font-size: 18px;
  line-height: 1.22em;
  font-weight: 600 !important;
}
.comment-body .comment-content {
  padding-left: 56px !important;
}
.comment-body .reply {
  padding-left: 56px !important;
  margin-bottom: 0px !important;
}

.commentlist .depth-1 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 6px 16px !important;
}

.commentlist .depth-2 {
  margin-left: 54px !important;
}

.commentlist .vcard img.photo {
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 16px;
  border-radius: 100%;
}

.comment-body {
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.term-list {
  padding: 10px 16px;
  margin: 0px 5px;
  background-color: #33393c;
}
p.term-list:hover {
  background-color: #ff3b25;
}

@media (max-width: 767px) {
  .commentlist .depth-2 {
    margin-left: 0px;
  }
  .comment-body .fn {
    font-size: 14px;
  }
}
*/