.miniplayer  {
  --mplyr-container: 900px;
  --mplyr-bg: #0a1f44;
  --mplyr-player-bg: #262626;
  --mplyr-player-color: #fff;
  --mplyr-info-font: \"Montserrat\", sans-serif;
}


.miniplayer p {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.miniplayer .custom-audio-player-container {
    padding: 0 !important;
}

/* Quitar el fondo y el borde del botón de volumen del reproductor */
.miniplayer-volume-toggle {
    background: transparent !important; /* Haz el fondo transparente */
    box-shadow: none !important;      /* Asegúrate de quitar cualquier sombra si la hubiera */
    border: none !important;          /* <-- ¡NUEVO: Quita cualquier borde! */
    outline: none !important;         /* <-- ¡NUEVO: Quita cualquier contorno que pueda aparecer al enfocar! */
    padding: 0 !important;            /* <-- OPCIONAL: Reducir el padding si el "cuadro" es por espacio */
}