#comments-container {
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.comment {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}

.comment-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.comment-author {
  font-weight: bold;
  margin-right: 0.5rem;
}

.comment-date {
  font-style: italic;
}

.comment-body {
  white-space: normal;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}

.comment-actions {
  font-size: 0.85rem;
}

.comment-actions button {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  padding: 0;
}
/*
.comment-actions button:hover {
  text-decoration: underline;
}
*/
/* Einrückung der Antworten */
.comment-children {
  margin-left: 1.5rem;
  border-left: 2px solid #ddd;
  padding-left: 0.75rem;
}

/* optionale Level-Färbung */
/* .comment-level-0 { background-color: #fff; }
.comment-level-1 { background-color: #fafafa; }
.comment-level-2 { background-color: #f5f5f5; }
.comment-level-3 { background-color: #f2f2f2; } */

/* Inline-Reply-Formular */
.reply-form {
  margin-top: 0.5rem;
}

.reply-form textarea {
  width: 100%;
  box-sizing: border-box;
}
