<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.calculator &gt; div.select-zipcode.visible &gt; div &gt; label:has( + div.vs--selected)
{
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 10px;
    color: #000000;

    @media (min-width: 1200px) {
        padding-top: .15rem;
        font-size: 12px;
    }
}
</pre></body></html>