.acx-panel,
.acx-exception-card {
    border: 1px solid var(--mud-palette-divider);
    border-radius: 8px;
    background: var(--mud-palette-surface);
}

.acx-muted {
    color: var(--mud-palette-text-secondary);
}

.acx-verdict-chip.acx-verdict-common {
    border-color: rgba(var(--mud-palette-success-rgb), 0.5);
}

.acx-verdict-chip.acx-verdict-uncommon {
    border-color: rgba(var(--mud-palette-warning-rgb), 0.5);
}

.acx-verdict-chip.acx-verdict-outlier {
    border-color: rgba(var(--mud-palette-error-rgb), 0.5);
}

.acx-verdict-chip.acx-verdict-conflict {
    border-color: rgba(var(--mud-palette-secondary-rgb), 0.5);
}

.acx-cohorts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.acx-cohort-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.acx-cohort-meta {
    min-width: 170px;
}

.acx-cohort-label {
    color: var(--mud-palette-text-primary);
}

.acx-cohort-right {
    flex: 1;
}

.acx-cohort-value {
    display: inline-block;
    margin-bottom: 4px;
}

.acx-cohort-bar {
    height: 6px;
    border-radius: 6px;
    background: var(--mud-palette-divider);
    overflow: hidden;
}

.acx-cohort-fill {
    height: 100%;
    border-radius: 6px;
}

.acx-fill-common {
    background: var(--mud-palette-success);
}

.acx-fill-uncommon {
    background: var(--mud-palette-warning);
}

.acx-fill-outlier {
    background: var(--mud-palette-error);
}

.acx-reasons {
    margin: 0;
    padding-left: 18px;
}

.acx-reasons li {
    margin: 3px 0;
    color: var(--mud-palette-text-secondary);
    font-size: 12px;
    line-height: 1.4;
}
