.commentlist .depth-1 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  border: solid 1px var(--wp--preset--color--theme-7);
}
.commentlist .depth-2 {
  margin-left: 40px;
}
.comment-body .says {
  display: none;
}
.comment-body .reply {
  margin-bottom: 0px !important;
  padding-left: 60px !important;
}
.comment-body .comment-content {
  padding-left: 60px !important;
}
.comment-body {
  padding: 20px 40px !important;
}
.comment-body .fn {
  font-family: "Poppins" !important;
  font-size: 16px !important;
  line-height: 1em !important;
  font-weight: 600 !important;
  color: var(--wp--preset--color--theme-0) !important;
}
.comment-body .comment-edit-link {
  font-family: "Poppins";
  color: var(--wp--preset--color--theme-1);
}
.commentlist .vcard img.photo {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-top: -2px !important;
  margin-right: 20px !important;
}
@media (max-width: 767px) {
  .commentlist .depth-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .commentlist .depth-2 {
    margin-left: 20px;
  }
  .comment-body .fn {
    font-size: 18px;
  }
  .comment-body {
    padding: 10px 20px !important;
  }
}
