@charset "UTF-8";
.comment {
  padding: 1.5rem 1rem;
  border-top: 1px solid #e5e5e5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #222;
}
.comment:hover {
  background-color: #f9f9f9;
}
.comment__subject {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.comment__meta {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.comment__meta .comment__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.comment__meta .comment__avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.comment__meta .comment__submitted {
  font-style: italic;
}
.comment__body {
  max-width: 65ch;
  font-size: 0.95rem;
}
.comment__body p {
  margin-bottom: 1rem;
}
.comment__removed_admin {
  border: 1px solid #f0c36d;
  background-color: #fff8e1;
  border-radius: 4px;
  margin-bottom: 1em;
  font-style: italic;
}
.comment__removed_admin_text {
  margin-bottom: 1em;
}
.comment__actions {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.comment__actions ul.links.inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0;
}
.comment__actions ul.links.inline li {
  display: inline;
  align-items: center;
}
.comment__actions ul.links.inline li:not(:first-child)::before {
  content: "•";
  margin: 0 0.5rem;
  color: #999;
  opacity: 1;
}
.comment__actions ul.links.inline li a {
  text-decoration: none;
  color: #666;
  opacity: 0.85;
  position: relative;
}
.comment__actions ul.links.inline li a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #000;
}
.comment .indented {
  margin-left: 2rem;
}

.form-submit {
  margin-top: 1rem !important;
}

/*# sourceMappingURL=scl-comments.css.map */
