/* ============================================================
   Tema Compact — Filament Admin · Vive Tu Ciudad
   Reduce padding en tablas, formularios y sidebar
   sin alterar colores ni estructura visual.
   ============================================================ */

/* ── Filas de tabla más compactas ─────────────────────────── */
.fi-ta-cell {
    padding-top:    0.35rem !important;
    padding-bottom: 0.35rem !important;
}

/* Cabeceras de tabla */
.fi-ta-header-cell {
    padding-top:    0.4rem !important;
    padding-bottom: 0.4rem !important;
}

/* Padding horizontal de la tabla */
.fi-ta-table {
    --tw-ring-shadow: none;
}

.fi-ta-row td:first-child,
.fi-ta-header-row th:first-child {
    padding-left: 0.75rem !important;
}

.fi-ta-row td:last-child,
.fi-ta-header-row th:last-child {
    padding-right: 0.75rem !important;
}

/* ── Secciones de formulario ──────────────────────────────── */
.fi-section {
    padding: 0.875rem !important;
}

.fi-section-header {
    padding-bottom: 0.5rem !important;
}

/* ── Cards / contenedores genéricos ──────────────────────── */
.fi-card {
    padding: 0.875rem !important;
}

/* ── Barra de filtros y acciones sobre la tabla ──────────── */
.fi-ta-filters-form,
.fi-ta-actions {
    padding-left:  0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top:   0.5rem  !important;
    padding-bottom: 0.5rem !important;
}

/* ── Header de la barra de búsqueda / toolbar ────────────── */
.fi-ta-header {
    padding: 0.5rem 0.75rem !important;
}

/* ── Sidebar más estrecho y compacto ─────────────────────── */
.fi-sidebar {
    width: 14rem !important;
}

.fi-sidebar-nav-item-button {
    padding-top:    0.35rem !important;
    padding-bottom: 0.35rem !important;
    padding-left:   0.625rem !important;
    padding-right:  0.625rem !important;
}

/* Grupos de navegación */
.fi-sidebar-group-label {
    padding-top:    0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size:      0.7rem   !important;
    letter-spacing: 0.08em  !important;
}

/* ── Página principal (content area) ─────────────────────── */
.fi-main {
    padding: 1rem !important;
}

/* ── Spacing entre campos del formulario ─────────────────── */
.fi-fo-field-wrp {
    gap: 0.25rem !important;
}

/* ── Paginación compacta ─────────────────────────────────── */
.fi-pagination {
    padding: 0.4rem 0.75rem !important;
}

/* ── Badges de estado más pequeños ─────────────────────────── */
.fi-badge {
    padding-top:    0.1rem !important;
    padding-bottom: 0.1rem !important;
    padding-left:   0.4rem !important;
    padding-right:  0.4rem !important;
    font-size:      0.7rem !important;
}
