<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mrp-player{
    opacity: 0;
    transition: opacity 0.3s;
    line-height: normal!important;
    direction: ltr!important;
    margin: 0 auto;
    position:relative;
}

.mrp-btn-reset{
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: none;
    line-height: 1em;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
    border: 0;
    font-variant: inherit;
    font-stretch: inherit;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
}
@media (hover: hover) {
    .mrp-btn-reset:hover{
        text-decoration: none;
    }
}


.mrp-server-title,
.mrp-player-title,
.mrp-player-artist{
    margin: 0;
    padding: 0;
}


/*  wave */
.mrp-canvas{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}


.mrp-playlist-toggle{
    z-index: 10;
}

/*  schedule */
.mrp-player-schedule{
    transition: height 1s ease-out!important;
    overflow:hidden!important;
    position: relative;
}
.mrp-player-schedule-shown{
    overflow:visible!important;
}
.mrp-player-disabled{
    pointer-events: none!important;
    height: 0!important;
}
.mrp-fixed-disabled{
    overflow:hidden!important;
    height: 0!important;
}</pre></body></html>