#fb-comments {
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 13px;
  width: 100%;
  margin: auto;
  background-color: transparent
}

#fb-comments .fb-heading {
  margin: 2.125em 0 .625em;
  font-size: 1.1em;
  color: #555;
  font-weight: 400;
  text-align: left
}

#fb-comments .comments-container {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  border: .0625em solid #e9ebee;
  border-radius: 1.25em;
  padding: 1.25em 1.25em 0
}

#fb-comments .comment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  gap: .625em
}

#fb-comments .comment.answer {
  margin-left: 3.625em;
  max-width: calc(100% - 3.625em);
  margin-bottom: .75em
}

#fb-comments .comment.answer+.answer {
  margin-top: -.75em
}

#fb-comments .comment .user-avatar {
  max-width: 3em;
  max-height: 3em;
  border-radius: 1.5625em;
  object-fit: cover
}

#fb-comments .comment .comment-data {
  width: 100%
}

#fb-comments .comment .comment-data .user {
  font-weight: 400;
  color: #050505;
  border-radius: .75em;
  background-color: #f0f2f5;
  padding: .375em .75em .75em
}

#fb-comments .comment .comment-data .user .name {
  margin: 0;
  color: #365899;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  max-width: max-content
}

#fb-comments .comment .comment-data .user .text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #050505;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left
}

#fb-comments .comment .comment-data .buttons {
  margin: .125em 0 0 .75em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .3125em
}

#fb-comments .comment .comment-data .buttons answer,
#fb-comments .comment .comment-data .buttons like,
#fb-comments .comment .comment-data .buttons span,
#fb-comments .comment .comment-data .buttons time {
  font-size: .8em;
  color: #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

#fb-comments .comment .comment-data .buttons answer,
#fb-comments .comment .comment-data .buttons like {
  font-weight: 600;
  cursor: pointer
}

#fb-comments .comment .comment-data .buttons like[liked] {
  color: #365899
}

#fb-comments .comment .comment-data .buttons answer {
  cursor: default;
  position: relative
}

#fb-comments .comment .comment-data .buttons answer:hover:after {
  content: "You cannot comment on this post";
  position: absolute;
  left: 50%;
  top: -.625em;
  width: 11.25em;
  background-color: #f0f2f5;
  color: #4c4c4c;
  transform: translate(-50%, -100%);
  z-index: 10;
  border-radius: .25em;
  padding: .375em;
  text-align: center;
  font-weight: 400;
  box-shadow: .125em .125em .5em .125em rgba(0, 0, 0, .18)
}

#fb-comments .comment .comment-data .buttons answer:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -.625em;
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #f0f2f5;
  z-index: 11;
  transform: translateX(-50%);
  filter: drop-shadow(0 .1875em .125em rgba(0, 0, 0, .1))
}

#fb-comments .comment likes {
  position: absolute;
  bottom: -.625em;
  right: 0;
  background-color: #fff;
  border: .125em solid #eaebef;
  display: flex;
  align-items: center;
  font-size: .875em;
  line-height: 1;
  color: #888;
  border-radius: 6.25em;
  padding: .0625em .25em .0625em 0
}

#fb-comments .comment likes:before {
  content: url(https://cdn-mars.vendd.com.br/p/TtSAFVxu9Cmj4CvG9xXK5qrz7ezo7Ozv2yPV4gbw9rGxpXYn/v-files/assets/likes.webp);
  cursor: pointer
}

#fb-comments .comments-closed {
  font-size: .875em;
  font-weight: 600;
  text-align: center;
  margin: .9375em 0 5px;
  color: #555
}

@media (min-width:576px) {
  #fb-comments {
    font-size: 16px
  }

  #fb-comments .comment likes {
    bottom: 0
  }
}