/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 23 2026 | 21:54:15 */
/* Hide listing type and ratings */
.directorist-compare-listing-table > tbody > tr:nth-child(1),
.directorist-compare-listing-table > tbody > tr:nth-child(3) {
    display: none !important;
}

/* Row background */
.directorist-compare-listing-table > tbody > tr:nth-child(2),
.directorist-compare-listing-table > tbody > tr:nth-child(5),
.directorist-compare-listing-table > tbody > tr:nth-child(7) {
    background-color: #f0f4f8 !important;
}