<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
select.placeholder-color:has(option:first-child:checked) {
    color: rgba(85, 85, 85, 0.4);
}
.placeholder-color button.multiselect[title='Select Below'] span,
select.placeholder-color option:first-child {
    color: rgba(85, 85, 85, 0.4);
}
select.placeholder-color option:not(:first-child) {
    color: rgba(85, 85, 85, 1.0);
}
</pre></body></html>