/*
 * A slow HLS manifest can leave ArtPlayer's native media element pending after
 * the user has already requested playback. Keep that transient state visually
 * distinct from a genuine pause: show the loader, not another play button.
 */
.biz-video-player.is-play-pending .art-state,
.biz-video-player.is-play-pending .art-control-playAndPause {
  visibility: hidden !important;
  pointer-events: none !important;
}
