.ege-notification-target {
    position: relative;
    scroll-margin-top: 110px;
    outline: 3px solid rgba(202, 151, 0, 0.42);
    outline-offset: 3px;
    border-radius: 8px;
    background-color: #fff9e8 !important;
    transition: background-color 180ms ease, outline-color 180ms ease;
}

tr.ege-notification-target > td,
tr.ege-notification-target > th {
    background-color: #fff9e8 !important;
}

html[data-theme="dark"] .ege-notification-target,
body.theme-dark .ege-notification-target,
html[data-theme="dark"] tr.ege-notification-target > td,
html[data-theme="dark"] tr.ege-notification-target > th,
body.theme-dark tr.ege-notification-target > td,
body.theme-dark tr.ege-notification-target > th {
    background-color: #3c3217 !important;
    outline-color: rgba(232, 176, 0, 0.65);
}
