.bypostauthor {
  display: block;
}

.comments-title, .comment-reply-title {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 900;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comment-list ol {
  list-style-type: none;
}

.children {
  margin-left: 1em;
  padding-left: 0;
}

@media screen and (width >= 48em) {
  .children {
    margin-left: 2em;
  }
}

.comment-body {
  border-bottom: 1px solid var(--border-color-light);
  margin-bottom: 3em;
}

.comment-meta {
  font-family: var(--highlight-font-family);
  margin-left: 70px;
  font-size: 80%;
  font-stretch: condensed;
  position: relative;
}

.comment-meta a, .comment-form a {
  border: none;
  text-decoration: none;
}

.comment-meta a:hover, .comment-meta a:focus, .comment-form a:hover, .comment-form a:focus {
  text-decoration: underline;
}

.comment .avatar {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -70px;
}

.bypostauthor .avatar {
  box-sizing: content-box;
  border: 5px solid var(--border-color-light);
  margin-top: -5px;
  margin-left: -5px;
}

.comment-author {
  font-size: 1.4em;
  line-height: 1.3;
}

.says {
  font-size: 80%;
}

.comment-metadata {
  padding-bottom: .5em;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content ul, .comment-content ol {
  margin: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.comment-content ol {
  list-style-type: decimal;
}

.comment-content ul ul, .comment-content ol ol {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (width >= 48em) {
  .comment-content ul, .comment-content ol {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.comment-content blockquote {
  margin-bottom: .75em;
  font-size: 1.6em;
  line-height: 1.25;
}

.comment-content cite {
  font-size: 1.2em;
}

.reply {
  text-align: right;
  margin-bottom: 1.5em;
}

.comment-reply-link, .comment-form .form-submit input {
  font-family: var(--highlight-font-family);
  color: var(--global-font-color);
  border: 1px solid var(--border-color-light);
  background: none;
  border-radius: 0;
  padding: .5em 1.4em;
  font-size: 85%;
  font-stretch: condensed;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.comment-reply-link:hover, .comment-reply-link:focus, .comment-form .form-submit input:hover, .comment-form .form-submit input:focus {
  border-color: var(--border-color-dark);
  cursor: pointer;
}

.comment-form {
  line-height: 1.3;
}

.comment-notes {
  font-family: var(--highlight-font-family);
  background: #f2f2f2;
  margin-top: -1em;
  font-size: .9em;
  font-style: italic;
  font-stretch: condensed;
}

.comment-form a {
  font-weight: 500;
}

.comment-form label {
  width: 13em;
  font-size: .9em;
  font-family: var(--highlight-font-family);
  padding-bottom: .4em;
  font-stretch: condensed;
  display: block;
}

.comment-form-cookies-consent {
  display: flex;
}

.comment-form .comment-form-cookies-consent input {
  margin-top: .2em;
}

.comment-form .comment-form-cookies-consent label {
  margin-left: .6em;
  display: inline-block;
}

.comment-form .required {
  color: var(--color-theme-red);
}

.comment-form .form-submit {
  text-align: right;
}

.pingback .comment-body {
  padding: 1em 0;
}

.pingback a {
  font-style: italic;
  text-decoration: none;
}
