.reel-item {
  margin: 20px 0;
  padding: 10px;
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.reel-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.like-button {
  background: #ff296d;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.views-count {
  font-size: 14px;
  color: #555;
}
