body {
    background: #f5f6f8;
}

.ns-list {
    font-family: SFMono-Regular, Consolas, monospace;
    font-size: 0.85rem;
    white-space: pre-line;
}

.status-badge {
    font-size: 0.75rem;
}

#resultsTable tbody tr.row-error {
    background-color: #fff5f5;
}

#resultsTable tbody tr.row-ok {
    background-color: #f4fbf6;
}

#progressText {
    font-size: 0.9rem;
}
