/* Highlight for change_events rows made by Google automation / auto-apply. */
.fi-ta-row.adauditor-automated-change {
    background-color: rgb(245 158 11 / 0.10); /* amber-500 @ 10% */
}

.fi-ta-row.adauditor-automated-change:hover {
    background-color: rgb(245 158 11 / 0.18);
}

.dark .fi-ta-row.adauditor-automated-change {
    background-color: rgb(245 158 11 / 0.12);
}

.dark .fi-ta-row.adauditor-automated-change:hover {
    background-color: rgb(245 158 11 / 0.20);
}
