<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-player {
    display: flex;
    align-items: center;
    padding: 2px;
    color: white;
    border-radius: 10px;
    justify-content: center;
}

.custom-player .delta-play {
    display: flex;
    cursor: pointer;
    align-items: center!important;
    padding-left: 10px;
}

.custom-player .delta-stop {
    padding-left: 10px;
    display: none;
    cursor: pointer;
}

.custom-player #delta-text {
    font-size: 14px;
    padding-right: 10px;
    color: white;
}</pre></body></html>