#mastodon-comments h3 {
  margin-bottom: 10px;
}

.mastodon-stats {
  margin-bottom: 20px;
}

.mastodon-stats a {
  color: #999;
  text-decoration: none;
}

.mastodon-stats a:hover {
  color: #333;
}

.mastodon-stat {
  margin-right: 15px;
}

.mastodon-comment {
  margin-bottom: 15px;
  padding: 10px;
  border-left: 3px solid #ddd;
}

.mastodon-comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.mastodon-avatar {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 10px;
}

.mastodon-comment-meta {
  flex: 1;
  min-width: 0;
}

.mastodon-author {
  font-weight: bold;
  text-decoration: none;
  color: #333;
  display: block;
}

.mastodon-author:hover {
  text-decoration: underline;
}

.mastodon-acct {
  color: #999;
  font-size: 0.85em;
}

.mastodon-time {
  color: #999;
  font-size: 0.85em;
  text-decoration: none;
  white-space: nowrap;
}

.mastodon-time:hover {
  text-decoration: underline;
}

.mastodon-emoji {
  height: 1.2em;
  vertical-align: middle;
}

.mastodon-comment-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.mastodon-comment-content p {
  margin: 0 0 5px;
}

.mastodon-comment-content a {
  word-break: break-all;
}

.mastodon-comment-replies {
  margin-left: 20px;
}

.mastodon-no-comments {
  color: #999;
  font-style: italic;
}

.mastodon-join {
  margin-top: 20px;
  color: #999;
}
