<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mejs__airplay-button &gt; button,
.mejs-airplay-button &gt; button {
    background: url('airplay.svg') no-repeat 0 4px;
}

.mejs__airplay-button &gt; button .fill,
.mejs-airplay-button &gt; button .fill {
    fill: #fff;
}

.mejs__airplay-button &gt; button.active .fill,
.mejs-airplay-button &gt; button.active .fill {
    fill: #66a8cc;
}
</pre></body></html>