<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">span.discount{
    display: block;
}
span.term-name-filter{
    background:lightgray;
    padding: .5% 1%;
    cursor: pointer;
}
span.term-name-filter.active {
    background: black;
    color: white;
   
}</pre></body></html>