/* Ajustes leves do back-office (tema Horizon como base). */
html, body, #content {
    height: 100%;
}

/* Espaçamento confortável nas listas/painéis do detalhe do cliente. */
.sapMPanel {
    margin-bottom: 0.5rem;
}

/* Cards de KPI (sap.f.Card) — largura fixa, fluindo em FlexBox wrap (padrão Fiori). */
.admInsightCard {
    width: 14rem;
}

/* Número grande dos cards de KPI. */
.admKpiGrande.sapMObjectNumber,
.admKpiGrande.sapMObjectNumber .sapMObjectNumberText {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}
