html {
  overflow-y: scroll;
}

body {
  overflow-y: scroll !important;
}

.reproductor-2026 {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 100000;
  box-sizing: border-box;
  width: 250px;
  padding: 7px 9px 8px;
  border: 1px solid #b7a36f;
  border-radius: 8px;
  background: rgba(31, 27, 19, 0.92);
  color: #eadbae;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  font: bold 11px Arial, Helvetica, sans-serif;
  text-align: left;
}

.reproductor-2026 span {
  display: block;
  margin: 0 0 4px;
}

.reproductor-2026 audio {
  display: block;
  width: 100%;
  height: 30px;
}

.reproductor-2026.espera-interaccion span::after {
  content: " · pulsa reproducir";
  font-weight: normal;
}

@media (max-width: 520px) {
  .reproductor-2026 {
    right: 6px;
    bottom: 6px;
    width: 210px;
  }
}
