<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rfc-player {
    background-color: #fff;
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #007ea8;
}

#custom-audio-player {
    background-color: #007ea8;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

#rfc-player.left {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

#rfc-player.right {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.rfc-logo {
    width: 30px;
    margin-top: 5px;
}

#custom-audio-player button {
    background-color: #007ea8;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#custom-audio-player button:hover {
    background-color: #005f7a;
} </pre></body></html>