.watch-later-save {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 12, 18, .82);
  color: #fff;
  cursor: pointer;
  font: 22px/34px system-ui, sans-serif;
  text-align: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.watch-later-save:hover,
.watch-later-save.is-saved {
  background: #e11d48;
}
.watch-later-save:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.watch-later-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 56px 20px;
  color: inherit;
}
