/* PLAYER AVANÇADO */
.cv-player {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;

    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 15px;

    color: #fff;
    font-size: 12px;
}

/* Nome da música */
.cv-track {
    font-size: 13px;
    margin-bottom: 8px;
    color: #FFD700;
    text-align: center;
}

/* Controles */
.cv-controls {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.cv-controls button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/* Volume */
#volume {
    width: 100%;
}