:root {
    --sb-log-bg: #14171a;
}

body {
    min-height: 100vh;
}

.sb-log {
    background: var(--sb-log-bg);
    color: #e6e6e6;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.8125rem;
    line-height: 1.45;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    max-height: 32rem;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.sb-log:empty::after {
    content: 'waiting for output…';
    color: #8a8f94;
}

/* the step list next to the progress bar */
.sb-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
}

.sb-steps li {
    padding: 0.125rem 0;
    color: #6c757d;
}

.sb-steps li.is-done {
    color: #198754;
}

.sb-steps li.is-current {
    color: #0d6efd;
    font-weight: 600;
}

.sb-placeholder-panel {
    border-style: dashed;
}

.table td .sb-nowrap,
.table th .sb-nowrap {
    white-space: nowrap;
}
