/* Compacta a tabela de agendamentos */

/* Fonte menor em toda a tabela */
table td,
table th,
.fi-ta-table td,
.fi-ta-table th,
[class*="fi-ta"] {
    font-size: 0.72rem !important;
}

/* Padding menor nas células */
table td,
table th {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

/* Badges menores */
.fi-badge,
[class*="fi-badge"] {
    font-size: 0.65rem !important;
    padding: 0.1rem 0.35rem !important;
    line-height: 1.2 !important;
}

/* Ícones de ação menores */
.fi-ta-actions,
[class*="fi-ac"] button {
    padding: 0.2rem !important;
}

/* Ícones SVG nas células menores */
table td svg,
table th svg {
    width: 0.85rem !important;
    height: 0.85rem !important;
}
