/*
 * post-navigation
 **/

.post-navigation {
}

/*
 * comment
 **/

.comments-title {
  margin-bottom: 2rem
}

.comment-list .comment {
  margin-bottom: 1rem
}

.comment-list .comment.byuser {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 1rem
}

.comment-list .comment-author img {
  border-radius: 9999px
}

.comment-list .comment-meta > a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity))
}

.comment-list .comment-meta .says {
  display: none
}

.comment-list .comment-content {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.comment-list .reply {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity))
}

.comment-list .comment-respond .comment-reply-title {
  display: flex;
  justify-content: space-between
}

.comment-list .comment-respond .comment-reply-title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity))
}

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

.comment-form > * {
  flex-basis: 100%
}

.comment-form .comment-notes {
  margin-bottom: 1rem
}

.comment-form > p {
  margin-bottom: 1rem
}

.comment-form > p label, .comment-form > p input[type="email"], .comment-form > p input[type="text"], .comment-form > p input[type="url"], .comment-form > p textarea {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%
}

.comment-form .comment-form-author, .comment-form .comment-form-email {
  flex-grow: 1;
  flex-basis: 0px
}

@media (min-width: 768px) {
  .comment-form .comment-form-author {
    margin-right: 2rem
  }
}

.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.75rem
}

.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0px
}

.comment-form .form-submit {
  margin-top: 2rem
}