/**
 * ISP System - Global Table Compact Mode CSS
 * Deve ser carregado POR ÚLTIMO para sobrescrever todos os outros estilos de tabela
 * v8.9 ULTRA PREMIUM
 */

/* ── Regras universais de modo compacto ── */
table.isp-table-compacta,
table.isp-table-compacta thead th,
table.isp-table-compacta tbody td,
.isp-table-compacta,
.isp-table-compacta th,
.isp-table-compacta td {
    padding: 6px 8px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}
table.isp-table-compacta tbody tr,
.isp-table-compacta tbody tr {
    line-height: 1.4 !important;
}
table.isp-table-compacta thead th,
.isp-table-compacta thead th {
    padding: 6px 8px !important;
    font-size: 11px !important;
}

/* ── Elementos internos em modo compacto ── */
table.isp-table-compacta .isp-badge,
.isp-table-compacta .isp-badge {
    font-size: 10px !important;
    padding: 2px 6px !important;
}
table.isp-table-compacta .isp-btn,
.isp-table-compacta .isp-btn {
    padding: 4px 8px !important;
    font-size: 11px !important;
}
table.isp-table-compacta .btn,
.isp-table-compacta .btn {
    padding: 4px 8px !important;
    font-size: 11px !important;
}
table.isp-table-compacta .form-check-input,
.isp-table-compacta .form-check-input,
table.isp-table-compacta input[type="checkbox"],
.isp-table-compacta input[type="checkbox"] {
    width: 36px !important;
    height: 18px !important;
}
table.isp-table-compacta img,
.isp-table-compacta img {
    max-width: 32px !important;
    max-height: 32px !important;
}
table.isp-table-compacta .text-truncate,
.isp-table-compacta .text-truncate {
    max-width: 120px !important;
}
