#comment-reply-form {
  display: none;
}
.comments-widget input[type=text],
.comments-widget textarea {
  border: 1px solid var(--border-input);
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  padding: 5px 10px;
}
.comments-widget #commentform-verifycode {
  width: auto;
  margin-top: 10px;
}
.comments-widget textarea {
  height: 100px;
}
.comments-widget .help-block {
  margin-bottom: 15px;
  font-size: 12px;
  color: red;
}
.comments-widget button {
  padding: 10px 15px;
  background-color: var(--bg-search-button);
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
}
.comments-widget button:hover {
  background-color: var(--hover-bg-search-link);
  color: var(--hover-text-search-link);
}
.comments-widget .list-container {
  padding-top: 20px;
}
.comments-widget .list-container .comment {
  display: grid;
  grid-template-columns: 30px max-content max-content 1fr;
  grid-column-gap: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #B6CCE4;
  padding-top: 15px;
}
.comments-widget .list-container .comment .name,
.comments-widget .list-container .comment .time,
.comments-widget .list-container .comment .reply-to-comment-btn {
  align-self: center;
}
.comments-widget .list-container .comment .name {
  font-weight: 700;
  line-height: 1;
}
.comments-widget .list-container .comment .time {
  font-size: 12px;
  color: #979797;
  transform: translateY(1px);
}
.comments-widget .list-container .comment .text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
.comments-widget .list-container .comment .like-link {
  width: max-content;
  justify-self: flex-end;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comments-widget .list-container .comment .like-link img {
  margin-right: 5px;
}
.comments-widget .list-container .comment .reply {
  justify-self: flex-end;
  display: flex;
}
.comments-widget .list-container .comment .reply-to-comment-btn {
  background: none;
  border: none;
  color: #ababab;
  font-size: 14px;
  padding: 0;
}
.comments-widget .list-container .comment #comment-reply-form {
  display: none;
}
.comments-widget .list-container .comment .text,
.comments-widget .list-container .comment .answers,
.comments-widget .list-container .comment #comment-reply-form,
.comments-widget .list-container .comment .reply {
  grid-column: 1/-1;
}
.comments-widget .list-container .comment .answers,
.comments-widget .list-container .comment #comment-reply-form {
  padding-top: 15px;
  padding-left: 20px;
}
.comments-widget .list-container .comment .answers .comment:last-child {
  margin-bottom: 0;
}
.comments-widget .list-container .comment > .comment:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=comments.css.map */