/* RESET ABSOLUTO: Eliminar la franja celeste arriba y resetear lo básico */
body.sigecop-page-clientes-gestion,
body.sigecop-page-clientes-gestion .fi-layout,
body.sigecop-page-clientes-gestion .fi-layout > div,
body.sigecop-page-clientes-gestion .fi-main-ctn,
body.sigecop-page-clientes-gestion .fi-main,
body.sigecop-page-clientes-gestion .fi-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* BAJAR LAS TARJETAS (Widgets) - Espacio natural de 20px (basado en foto 1) */
body.sigecop-page-clientes-gestion .fi-wi-stats-overview {
    margin-top: 1.25rem !important;
    margin-bottom: 20px !important;
}

/* COMPACTAR TARJETAS (Igual que en Fichas) */
@media (min-width: 1024px) {
    body.sigecop-page-clientes-gestion .fi-wi-stats-overview-stat {
        padding: 0.85rem 1rem !important;
        background: white !important;
        border: 1px solid #eef2f6 !important;
        border-radius: 1rem !important;
    }
    body.sigecop-page-clientes-gestion .fi-wi-stats-overview-stat-value {
        font-size: 1.6rem !important;
        line-height: 1.8rem !important;
    }
}

/* Pegar el Topbar arriba */
body.sigecop-page-clientes-gestion .fi-topbar {
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: sticky !important;
    z-index: 20 !important;
}

/* Ocultar encabezados redundantes */
body.sigecop-page-clientes-gestion .fi-header,
body.sigecop-page-clientes-gestion .fi-page-header,
body.sigecop-page-clientes-gestion .fi-ta-header {
    display: none !important;
}
