/* Cada botón usa una imagen independiente; no depende del mosaico de iconos anterior. */
body.theme-blackeye .sidebar .nav-item > span.menu-art {
  display: grid !important;
  overflow: hidden !important;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  padding: 0;
  border-radius: 9px;
  background: #171717 !important;
  background-image: none !important;
  background-position: center !important;
  background-size: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 7px 16px #0009;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  isolation: isolate;
}

body.theme-blackeye .sidebar .nav-item > span.menu-art > img {
  display: block !important;
  position: static !important;
  inset: auto !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0;
  border-radius: inherit;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  image-rendering: auto;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transform: none !important;
  -webkit-transform: none !important;
}

@media (max-width: 880px) {
  body.theme-blackeye .sidebar .nav-item > span.menu-art {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  body.theme-blackeye .sidebar .nav-item > span.menu-art > img {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }
}

/* El video ya incorpora transmitir y pantalla completa en sus controles nativos. */
#castPlayer,
#playerFullscreen {
  display: none !important;
}
