





.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 > .mrp-menu-level-0 > li {
    font-weight: 500;
}