.confidence-high {
    border-left: 3px solid #28a745;
    padding-left: 3px;
}

.confidence-medium {
    border-left: 3px solid #ffc107;
    padding-left: 3px;
}

.confidence-low {
    border-left: 3px solid #dc3545;
    padding-left: 3px;
}

.confidence-missing {
    border-left: 3px solid #6c757d;
    padding-left: 3px;
}

.confidence-badge {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.extraction-method {
    font-size: 0.8rem;
    opacity: 0.7;
}

.review-section {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link.active {
    background-color: #667eea;
    border-color: #667eea;
    color: white;
}

.fact-item {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step {
    flex: 1;
    text-align: center;
    position: relative;
}

.step.active .step-circle {
    background: #667eea;
    color: white;
}

.step.completed .step-circle {
    background: #28a745;
    color: white;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: bold;
}