<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">





.text a {
    color: var(--g-accent-color);
    transition: all 0.5s ease;
}
.text a:hover {
    color: #000;
} 



#listing-results-view.mrp-style-area .mrp-listing-details-link a {
    color: #FFF !important;
} 


.hmenu &gt; .mrp-menu-level-0 &gt; li {
    font-weight: 500;
}</pre></body></html>