
.tnp-reel {
  width: 100%;
  max-width: 480px;
  margin: 25px auto;
  background: black;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.tnp-reel video {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.tnp-ui {
  position: absolute;
  right: 12px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.like-btn.liked {
  color: red;
}

.tnp-info {
  position: absolute;
  bottom: 25px;
  left: 15px;
  font-size: 16px;
}
