@charset "UTF-8";
.watched-item {
  position: relative;
  cursor: pointer;
  opacity: .5;
}

.isWatched {
  opacity: 1;
}

.isWatched::after {
  color: green;
  content: '✔';
  position: absolute;
  right: -7px;
  font-size: 10px;
  top: -6px;
  font-weight: bold;
}
/*# sourceMappingURL=styles.module.css.map */