.video-toggle {
  justify-self: start;
  margin-top: 7px;
  padding: 9px 13px;
  border: 1px solid rgba(117, 230, 245, .48);
  border-radius: 4px;
  color: #eafcff;
  background: rgba(18, 44, 55, .9);
  font: 700 11px "Microsoft YaHei", sans-serif;
  cursor: pointer;
  touch-action: manipulation;
}

.video-toggle:hover,
.video-toggle:focus-visible {
  border-color: #75e6f5;
  color: #061218;
  background: #75e6f5;
  outline: none;
}
