.bsky-feed {
  max-width: 600px;
  margin: 0 auto;
}

.bsky-post {
  border: 1px solid #e1e8ed;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  background: #fff;
}

.bsky-post-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.bsky-post-content {
  flex: 1;
}

.bsky-post-text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.bsky-post-embed {
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 0;
}

.bsky-post-embed a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.bsky-embed-thumb img {
  width: 100%;
  height: auto;
}

.bsky-embed-content {
  padding: 10px;
}

.bsky-embed-content h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #1da1f2;
}

.bsky-embed-content p {
  margin: 0;
  font-size: 14px;
  color: #657786;
}

.bsky-post-meta {
  margin-top: 10px;
  font-size: 14px;
  color: #657786;
  display: flex;
  justify-content: space-between;
}

.bsky-post-stats {
  display: flex;
  gap: 15px;
}
