.bsky-renderer{
  width: 80%;
  /* background: #161e27; */
  /* color: #fff; */
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
  cursor: pointer;
}

.bsky-image-renderer{
  width: 350px;
  border-radius: 10px;
  display: inline-block;
}

.bsky-video-renderer{
  width: 400px;
  height: 200px;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.bsky-video-renderer::after{
  content: "⏵";
  color: #000;
  font-size: 40px;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: 4px solid #0085ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bsky-text-renderer{
  margin-bottom: 10px;
}

.bsky-record-renderer{
  border: 1px solid #666;
  padding: 10px;
  border-radius: 10px;
}

.bsky-author-renderer{
  display: flex;
  align-items: center;
}

.bsky-author-renderer img{
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.bsky-author-renderer p{
  margin-left: 10px;
  color: #666;
}

.bsky-content-renderer{
  margin-top: 5px;
  margin-left: 35px;
}

.bsky-reason-renderer{
  font-size: 13px;
  color: #333;
  margin-left: 35px;
}