/* static/css/benchmark_scoring.css */

.qa-group-card {
    border-left-width: 4px;
    border-left-color: #dee2e6;
}
.qa-group-card .card-header {
    background-color: #f8f9fa;
}
.score-section {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 1rem;
}
.score-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
}
.score-label.hh { background-color: #881798; }
.score-label.ag { background-color: #038387; }
.score-label.ar { background-color: #a4262c; }
.score-label.lm { background-color: #ca5010; }

.summary-chart-container {
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
    .display-5.fw-bold {
        font-size: 1.8rem !important;
    }
    
    .lead.text-muted {
        font-size: 1rem !important;
    }
}