.left-content-sidebar-bottom,
.right-content-sidebar-bottom {
    position: relative;
}

.left-content-sidebar-bottom > #vuLeftSidebar.sidebar-vu--localized-left {
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
}

.home-bottom-spacer {
    height: 120px;
    pointer-events: none;
}

.nav-view-hidden {
    display: none !important;
}

#audioPlayer {
    display: none;
}

.progress-row {
    position: relative;
}

.progress-flex-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

#volumeSlider {
    width: 80px;
    vertical-align: middle;
}

.rewind-hint-icon {
    color: #d00;
    font-weight: 700;
}

#iconPause {
    display: none;
}

#currentTrackInfo .track-row.track-row--song {
    margin-bottom: 2px;
}

#currentTrackInfo .track-row.track-row--artist,
#currentTrackInfo .track-row.track-row--album {
    margin-bottom: 4px;
}

#currentTrackInfo .track-row.track-row--engagement {
    margin-top: 6px;
}

#currentTrackInfo .track-row.track-row--status {
    margin-top: 2px;
}

#likeButton {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2em;
    color: #bbb;
    padding: 0;
    line-height: 1;
    position: relative;
}

.track-row-spacer {
    flex: 1 1 auto;
}

#likeCount {
    display: inline-block;
    font-size: 1.1em;
}