.confidence-tag {
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 600;
    white-space: nowrap;
}

.confidence-tag.verified {
    background: #e6f4ea;
    color: #1e7e34;
}

.confidence-tag.likely {
    background: #fff3cd;
    color: #856404;
}

.confidence-tag.needs-validation {
    background: #f8d7da;
    color: #721c24;
}
