
/* V5.0.270 — Mobile Player CSS Lane Split / Dock Regression Guard.
   This file is intentionally kept as a compatibility handle.
   Runtime CSS now lives in assets/css/mobile-player/ lanes and is enqueued in functions.php in the original cascade order. */

/* V5.0.276 — Mobile Player DEFAULT-WHITE diagnostic guard.
   Keeps Spotify iframe-native pixels from being counted as WordPress CSS colour leakage. */
html[data-bhk-v5-mode="default-white"] .bhk-v5-mobilePlayerRoot,
html[data-bhk-v5-mode="default-white"] .bhk-v5-mobilePlayerRoot *,
html[data-bhk-v5-mode="default-white"] .bhk-v5-mobilePlayerRoot *::before,
html[data-bhk-v5-mode="default-white"] .bhk-v5-mobilePlayerRoot *::after {
  color: #fff !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  border-color: #fff !important;
  outline-color: #fff !important;
  text-decoration-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  fill: #fff !important;
  stroke: #fff !important;
}

html[data-bhk-v5-mode="default-white"] .bhk-v5-mobilePlayerRoot iframe,
html[data-bhk-v5-mode="default-white"] .bhk-v5-mobilePlayer__spotifyArtworkIframe,
html[data-bhk-v5-mode="default-white"] .bhk-v5-mobilePlayer__spotifyArtworkIframeShell iframe {
  visibility: hidden !important;
  opacity: 0 !important;
}

