/* Custom rule to hide vehicle listings marked as hidden in the database */
.usedCar_Container.search-hide {
    display: none !important;
}