/********** Comments **********/
.comments-area {
    width: 90vw;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
  }
  .comment-list {
    list-style-type: none;
    padding: 0 0 2em 0;
  }
  .comment-body {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.5em 0.5em 1em 0.5em;
  }
  .comment-respond {
    padding-bottom: 3em;
  }
  .comment-respond h3 {
    color: var(--tw-color-secondary);
    font-size: 1.6em;
  }
  .ct-comment-meta {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.9em;
  }
  .commentmetadata {
    margin-inline-start: auto;
  }
  .commentmetadata a {
    text-decoration: none;
  }
  .comment-reply-link {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    margin-inline-start: var(--margin-inline-start, 20px);
    transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-decoration: none;
  }
  .comment-body:hover .comment-reply-link {
    color: #fff;
    background: var(--tw-color-primary);
  }
  .comment-reply-link:hover {
    color: #fff;
    background: var(--tw-color-primary);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  }
  .ct-comment-author {
    margin: 0px 14px;
  }
  .ct-comment-author a {
    text-decoration: none;
    font-style: normal;
  }
  .ct-comment-meta .vcard img {
    border-radius: 50%;
    width: 55px;
    height: 55px;
  }
  .ct-comment-content {
    padding-inline-start: 70px;
    margin-top: -20px;
  }
  .comment-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 1em;
  }
  .comment-notes, .logged-in-as, .comment-form-field-textarea, .comment-form-cookies-consent {
    grid-column: 1/-1;
  }