/*
 * AI Enrichment plugin for GLPI — styles.
 * Copyright (C) 2026 ReTech / UASK. GPL-3.0-or-later.
 */
.plugin-enrich-spinner .ti-loader {
    display: inline-block;
    animation: plugin-enrich-spin 0.9s linear infinite;
}
@keyframes plugin-enrich-spin { to { transform: rotate(360deg); } }

.plugin-enrich-text { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.85rem; }
.plugin-enrich-facts { max-height: 180px; overflow: auto; }
.plugin-enrich-test-result { display: inline-block; min-height: 1em; }
