.comment {
  padding: 8px;
  margin: 6px 0;
  border-bottom: 1px solid #ddd;
}

.comment_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  color: #555;
  margin-bottom: 4px;
}

.comment_user {
  font-weight: bold;
  color: #333;
}

.comment_date {
  font-size: 0.8em;
  color: #888;
}

.comment_text {
  margin-top: 4px;
  font-size: 1em;
}

.delete-comment-btn {
  margin-top: 4px;
  background: none;
  border: none;
  color: red;
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: underline;
}
