/**
 * IDE Advanced Search — TEMPORARY variant locator highlight.
 *
 * TEMPORARY HOME: to be moved to ide-code once validated (see class-variant-locator.php
 * and assets/js/ide-advanced-search-variant-locator.js).
 *
 * background-color (NOT background/background-image) is required: the icon cells in
 * .article-table use background-image, and a `background` shorthand would wipe them out.
 */
.article-table tbody tr.ide-variant-highlight > td {
	background-color: #c8e2ec !important;
}
