/* ---------------------------------------------------------------
   Plugin Credits — Estilos
   --------------------------------------------------------------- */

/* Progress bar animada */
.credits-progress-bar {
    transition: width 0.8s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    padding: 0 8px;
}

/* Cards de resumo */
.card.border-0.shadow-sm {
    border-radius: 12px;
}

/* Aba na Entidade — tabela de pacotes */
.plugin-credits-pkg-table .progress {
    border-radius: 6px;
    height: 20px;
    min-width: 130px;
}

/* Dashboard — seletor */
#credits_pkg_selector {
    border-radius: 8px;
}

/* Tabela de consumos */
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

/* Ajuste writing-mode GLPI 10 */
#credits_dashboard_content *,
.plugin-credits-tab * {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    white-space: normal;
}
