/* Row highlight in parser products table by price comparison vs HiTech */

/* Price equals HiTech */
.parser-price-equal {
    background-color: #fef9c3;
}

.dark .parser-price-equal {
    background-color: rgb(113 63 18 / 0.25);
}

/* Source price is higher than HiTech */
.parser-price-higher {
    background-color: #fee2e2;
}

.dark .parser-price-higher {
    background-color: rgb(127 29 29 / 0.25);
}

/* Source price is lower than HiTech */
.parser-price-lower {
    background-color: #dcfce7;
}

.dark .parser-price-lower {
    background-color: rgb(20 83 45 / 0.25);
}

/* HiTech curated link: product code not returned by HiTech product-api */
.parser-hitech-curated-link-hitech-missing {
    background-color: #fecaca;
}

.dark .parser-hitech-curated-link-hitech-missing {
    background-color: rgb(127 29 29 / 0.35);
}
