/* V73: discourage casual saving from custom music players without changing their appearance or controls. */
body[data-page="music"] .native-audio-card,
body[data-page="music"] .audio-player-shell,
body[data-page="music"] .native-song-list,
body[data-page="spoiler"] .native-audio-card,
body[data-page="spoiler"] .audio-player-shell,
body[data-page="spoiler"] .native-song-list {
  -webkit-touch-callout: none;
}

body[data-page="music"] .native-song,
body[data-page="spoiler"] .native-song,
body[data-page="music"] .audio-player-shell button,
body[data-page="spoiler"] .audio-player-shell button {
  -webkit-user-drag: none;
}
