/* Follow Plugin Styles */
.cinesist-follow-btn {
  background-color: #202020;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.cinesist-follow-btn.following {
  background-color: #e50914;
}
.cinesist-follow-btn:hover {
  background-color: #505050;
}
.cinesist-follow-btn.following:hover {
  background-color: #b20710;
}