.job-description {
    max-width: 32rem;
    white-space: pre-line;
}

.status-dot {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    vertical-align: middle;
}

.status-success { background: var(--bs-success); }
.status-running { background: var(--bs-primary); }
.status-failed  { background: var(--bs-danger); }
.status-timeout { background: var(--bs-warning); }
.status-pending { background: var(--bs-secondary); }

.metric-tile {
    font-size: 2rem;
    font-weight: 600;
}
