/* ===================================================================
   Competitiveness Score — Supplements program-explorer.css
   =================================================================== */

/* Score indicator (circular, if used elsewhere) */
.score-indicator {
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 8px;
    flex-shrink: 0;
}

/* Error state */
.competitiveness-container.error-state .score-number {
    color: #94a3b8;
    font-size: 0.7rem;
}
