.plyr__menu {
  display: none;
}

.player-transparent > .plyr--audio .plyr__controls {
  background: transparent;
}

.plyr__controls {
  pointer-events: auto; /* Ensure this container can handle pointer events */
}

/* Adjust the width of the progress bar */
.plyr__progress {
  flex: 1 1 70%; /* Make it take up 70% of the available space */
}

.plyr__volume {
  flex: 0 0 10%; /* Set a fixed width, e.g., 10% */
  max-width: 80px; /* Optionally cap the maximum width */
}

/* Adjust the width of the volume slider */
.plyr__volume input[type="range"] {
  min-width: 40px!important;
}
