/* KHO MÁY MỚI V1.2.11 — PRICE FRESHNESS STATES
   current = fresh from latest sync; stale = Last Known Good; suspect = quarantined; missing = no safe price. */
.price-current{color:#30d158!important;text-shadow:0 0 16px rgba(48,209,88,.16)}
.price-stale{color:#ff9f0a!important;text-shadow:0 0 15px rgba(255,159,10,.13)}
.price-suspect{color:#ff9f0a!important;opacity:.72;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:rgba(255,159,10,.45)}
.price-missing{color:#8e8e93!important;text-shadow:none}
.product-row .price.price-current{border-color:rgba(48,209,88,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 20px rgba(48,209,88,.055)}
.product-row .price.price-stale{border-color:rgba(255,159,10,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 0 18px rgba(255,159,10,.045)}
.product-row .price.price-missing{border-color:rgba(142,142,147,.16);box-shadow:none}
.source-row strong.price-current,.pl.hn strong.price-current{color:#30d158}
.source-row strong.price-stale,.pl.hn strong.price-stale{color:#ff9f0a}
.source-row strong.price-suspect{color:#ff9f0a}
.source-row strong.price-missing,.pl.hn strong.price-missing{color:#8e8e93}
