<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* OVERRIDE widget.css with new blue header */

.widget-dropdown .widget-active b:after {
    border-top-color: #026cdf !important;
}

.widget-dropdown .widget-active b {
    border-color: #026cdf;
}

</pre></body></html>