/* ======================================================================
   LexperDesk — style strony: powiadomienia.
   ====================================================================== */

/* notifications history page rows */
.ld-notif-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 6px;
    border-top: 1px solid var(--ld-border);
    cursor: pointer;
}

.ld-notif-row:first-child {
    border-top: none;
}

.ld-notif-row:hover {
    background: var(--ld-c-slate-bg);
}

.ld-notif-row.is-unread .ld-notif__text {
    font-weight: 600;
}

.ld-notif-row:hover .ld-row-go,
.ld-ann-item:hover .ld-row-go {
    color: var(--ld-primary-ink);
    transform: translateX(2px);
}
