.editor-styles-wrapper .wp-block.no-margin { margin-top: 0; margin-bottom: 0; } /*.comment-body .reply {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
}
.comment-body .reply a {
  padding: 6px 15px;
  border-radius: 100px;
  background-color: #052d4f;
  color: white;
}
.comment-body .reply a:hover {
  background-color: #006cff;
}

.commentlist .depth-1 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px !important;
  border: none;
}

.comment-author.vcard {
  display: flex !important;
}
.comment-author.vcard .fn {
  order: 2 !important;
}

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

.commentlist .vcard img.photo {
  display: none;
}
.comment-meta .comment-metadata {
  margin-top: -2px;
  margin-left: 8px;
}

.comment-body {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px rgba(5, 45, 79, 0.1);
}

.comment-body footer.comment-meta {
  display: flex;
}

p.term-list {
  padding: 10px 16px;
  margin: 0px 5px;
}

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