/* Ajustar el estilo general de los subtítulos */
::cue {
  color: white;
  font-size: 1.2em;
  font-family: sans-serif;
  text-align: center;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 5px;
}

/* Aplicar un fondo más compacto a los subtítulos en WebKit (Chrome, Edge, Safari) */
video::-webkit-media-text-track-display, video::cue {
  background: rgba(0, 0, 0, 0.8); /* Fondo negro con transparencia */
  padding: 5px 10px;
  border-radius: 5px; 
}

::cue-region {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 5px;
}

ol {
  margin-left: 1.5em !important;
  text-align: justify !important;
}

p, ol:li {
  text-align: justify !important;
}

.plyr__menu__container {
  max-height: 200px !important;  /* Altura máxima visible */
  overflow-y: auto !important;   /* Scroll vertical */
}

#chapter-view.htmx-request #chapter-spinner {
    display: flex;
}
#chapter-view.htmx-request #video-container {
    display: none;
}