.quantum-comments-list {
  padding: 30px;
  font-family: Montserrat, sans-serif;

  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .quantum-comments-list {
    padding: 30px 20px;
  }
}

.comment-metas {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.comment-metas .comment-avatar {
  margin-right: 20px;
}

.comment-metas .comment-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.comment-metas .comment-author {
  color: #171214;
}

.comment-metas .comment-date {
  text-transform: uppercase;
  color: #7c7676;
  margin-top: 6px;
}

.comment-content {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 36px;
}

.no-comments {
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#comment-form {
}

.comment-form-row {
  display: flex;
}

#comment-form .comment-avatar-img {
  margin-right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

#comment-form textarea {
  color: #a7a7a7;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

  border-radius: 6px;
  border: 1px solid #cbcbcb;
  background: #fff;
  appearance: none;
  box-shadow: none;
  outline: none;
  padding: 10px 16px;

  height: 218px;
}

#comment-form textarea::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #a7a7a7;
  opacity: 1;
}

/* Pour les navigateurs WebKit (Chrome, Safari, etc.) */
#comment-form textarea::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #a7a7a7;
  opacity: 1;
}

/* Pour Firefox */
#comment-form textarea::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #a7a7a7;
  opacity: 1;
}

/* Pour Internet Explorer 10+ */
#comment-form textarea:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #a7a7a7;
}

.comment-form-row-btn {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.comment-form-row-btn .qw-btn-green {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 400;
}
