.comments * {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  font-family: inherit;
  font-size: 100%;
  box-sizing: border-box;
}
.comments {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.comments > * {
  box-sizing: border-box;
}
.comments__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin: 0 0 30px 0;
  padding: 0 0;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}
.comments__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background-color: #eeee;
}

.comments__left-box {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 4px 0;
  border-bottom: 2px solid #9faeb5;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
.comments__header-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  text-indent: 0;
  text-transform: capitalize;
  color: rgb(65, 65, 65);
  box-sizing: border-box;
}
.comments__item-list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.comments__item {
  display: flex;
  flex-flow: column;
  gap: 10px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.comments__item-header {
  display: flex;
  gap: 15px;
}

.comments__item-info {
  display: flex;
  flex-flow: column;
  gap: 7px;
  text-indent: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  max-height: 50px;
}

.comments__item-name {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-indent: 0;
  text-transform: capitalize;
  line-height: 1;
  color: rgb(65, 65, 65);
}
.comments__item-data {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-indent: 0;
  text-transform: initial;
  line-height: 1;
  color: #9faeb5;
}
.comments__item-body {
  display: flex;
  flex-flow: column;
  gap: 15px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.comments__item-content {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-indent: 0;
  text-transform: initial;
  line-height: 1.3;
  color: rgb(65, 65, 65);
}
.comments__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-indent: 0;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}
.comments__item-replay {
  margin: 0;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: initial;
  color: #9faeb5;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}
.comments__item-replay:hover {
  color: #5f95ad;
}
@media (min-width: 576px) {
  .comments__item-name {
    font-size: 20px;
  }
  .comments__item-data {
    font-size: 16px;
  }
  .comments__item-content {
    text-indent: 0;
    font-size: 18px;
  }
  .comments__item-footer {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .comments__header-title {
    font-size: 20px;
  }
}
.comments-fb .comments__item {
  padding: 16px 18px;
  border-radius: 5px;
  background: rgba(114, 168, 211, 0.2) none repeat scroll 0 0;
}

.comments-fb .comments__item .startdate,
.comments-fb .comments__item .nowdate {
  color: grey;
  font-size: 14px;
}
.comments-fb .comments__header {
  margin-bottom: 0px;
}
.comments-fb .comments__item-list {
  gap: 2px;
}
.comments__item-content img {
  margin: 7px 0 0;
  display: block !important;
  width: 100% !important;
  max-width: 350px !important;
  border-radius: 8px;
}

.comments-fb .comments__item.reply {
  margin-left: 16px;
  background: #d1ecff;
  margin-bottom: 0;
}

.comm-obert-reply {
  margin-left: 36px;
  border-left: 1px dotted #515151;
  margin-bottom: 20px;
}

.comments-fb .comments__item-avatar {
  margin: 0;
  object-fit: cover;
  width: 60px;
  min-width: 60px;
  height: auto;
  min-height: 60px;
  border-radius: 32px;
  border: 2px solid #e89f89;
}
