#player {
    line-height: normal;
    color: black;
}

html[data-theme=dark] #player {
    color: white;
}

#player * {
    box-sizing: content-box;
}
