/* ── ERP Beneficiamento — Customizações visuais ── */

/* Cabeçalho do painel */
.fi-topbar {
    border-bottom: 2px solid rgb(var(--primary-500));
}

/* Cards de estatísticas mais arredondados */
.fi-stats-overview-stat {
    border-radius: 0.75rem !important;
}

/* Status badges com largura mínima centralizada */
.fi-badge {
    min-width: 80px;
    justify-content: center;
}
