/*****************************************************************************************************
* Comment CSS
******************************************************************************************************/

.comment-respond,
.entry-comments,
.entry-pings {
  background: var(--bg-base-def);
  margin-bottom: 50px;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

li.comment {
  border: 2px solid #fff;
  border-right: none;
}

.bypostauthor {
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  font-size: 14px;
  padding: 24px;
}
