.item {
  margin-bottom: 6px;
}

.item a {
  color: #e5e7eb;
  text-decoration: none;
}

.item a:hover .h2,
.item a:hover h4 {
  text-decoration: underline;
}

.comment {
  border-top: 1px solid rgba(148, 163, 184, 0.55);
  padding-top: 6px;
  margin-top: 6px;
}

.comment .meta {
  font-size: 11px;
  color: var(--muted);
}

.comment-form .field {
  margin-bottom: 6px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.9);
  padding: 8px 10px;
  background: rgba(15, 23, 42, 0.85);
  color: #e5e7eb;
  font-size: 13px;
}

.comment-empty {
  font-size: 13px;
  margin-top: 4px;
}
