/********************************************************************************
 * Copyright (C) 2025 EclipseSource GmbH.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License v. 2.0 which is available at
 * http://www.eclipse.org/legal/epl-2.0.
 *
 * This Source Code may also be made available under the following Secondary
 * Licenses when the conditions for such availability set forth in the Eclipse
 * Public License v. 2.0 are satisfied: GNU General Public License, version 2
 * with the GNU Classpath Exception which is available at
 * https://www.gnu.org/software/classpath/license.html.
 *
 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
 ********************************************************************************/

/* Model Aliases Configuration Widget Specific Styles */

/* Description styling */
.ai-alias-detail-description {
    color: var(--theia-descriptionForeground);
    margin-bottom: calc(var(--theia-ui-padding) * 2);
    line-height: 1.5;
}

/* Priority list styling */
.ai-alias-priority-item-resolved {
    font-weight: 600;
    color: var(--theia-textLink-foreground);
}

.ai-alias-priority-item-ready {
    color: var(--theia-foreground);
}

.ai-model-default-not-ready {
    color: var(--theia-descriptionForeground);
}

.ai-model-status-ready {
    color: var(--theia-successForeground, #89d185);
    margin-left: 4px;
}

.ai-model-status-not-ready {
    color: var(--theia-errorForeground);
    margin-left: 4px;
}

/* Evaluates to section */
.ai-alias-evaluates-to-value {
    color: var(--theia-textLink-foreground);
    font-weight: 500;
}

.ai-alias-evaluates-to-unresolved {
    color: var(--theia-descriptionForeground);
    font-style: italic;
}

/* Agent list styling */
.ai-alias-agent-id {
    color: var(--theia-descriptionForeground);
    font-size: 0.9em;
}

/* Model selection dropdown */
.ai-language-model-item-ready {
    color: var(--theia-foreground);
}

.ai-language-model-item-not-ready {
    color: var(--theia-descriptionForeground);
}
