#site-name {
    letter-spacing: 0.2em;
}

#content table.import-preview tr.new,
#content tbody tr.new {
    background-color: rgba(52, 211, 153, 0.10) !important;
}

#content table.import-preview tr.update,
#content tbody tr.update {
    background-color: rgba(251, 191, 36, 0.10) !important;
}

#content table.import-preview tr.delete,
#content tbody tr.delete {
    background-color: rgba(253, 106, 106, 0.10) !important;
}

#content table.import-preview tr.skip,
#content tbody tr.skip {
    background-color: rgba(189, 189, 189, 0.08) !important;
}

/*
 * django-import-export/diff-match-patch emits inline light-theme highlights
 * for cell-level diffs. Keep these readable on the dark Unfold theme.
 */
#content table.import-preview td ins,
#content tbody tr.new td ins,
#content tbody tr.update td ins,
#content tbody tr.delete td ins {
    background-color: rgba(52, 211, 153, 0.18) !important;
    border-radius: 4px;
    color: #6EE7B7;
    padding: 0 0.2rem;
    text-decoration: none;
}

#content table.import-preview td del,
#content tbody tr.new td del,
#content tbody tr.update td del,
#content tbody tr.delete td del {
    background-color: rgba(253, 106, 106, 0.18) !important;
    border-radius: 4px;
    color: #FD6A6A;
    padding: 0 0.2rem;
}
