.mastodon-comment {
  display: flex;
  padding: 5px;
  background-color: #2b2b2b;
  color: #ffffff;
  margin-bottom: 10px;
}
.comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  margin-right: 10px;
}
.comment-content {
  flex-grow: 1;
}
.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.user-info {
  display: flex;
  flex-direction: column;
}
.display-name {
  font-weight: bold;
}
.username {
  color: #8899a6;
  font-size: 0.9em;
}
.comment-date {
  color: #8899a6;
  font-size: 0.9em;
}
.comment-text {
  margin-bottom: 5px;
}
.comment-actions {
  display: flex;
  color: #8899a6;
}
.comment-action {
  margin-right: 15px;
}
