
.runs-status-badge {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    color: white;
    font-weight: 500;
}

.runs-status-badge.in-progress { background: #f39c12; }
.runs-status-badge.done { background: #2ecc71; }
.runs-status-badge.failed { background: #e74c3c; }
.runs-status-badge.archived { background: #7f8c8d; }

#runs-table {
    width: 100%;
    border-collapse: collapse;
}

#runs-table th, #runs-table td {
    padding: 12px 16px;
    vertical-align: middle;
}

.runs-empty-state {
    text-align: center;
    padding: 60px;
}

.keyword-link {
    font-weight: 500;
    text-decoration: none;
    color: #2c3e50;
}

.keyword-link:hover {
    text-decoration: underline;
}

