/* Ajustes propios sobre Bootstrap. Mantener mínimo: preferir utilidades BS. */

body {
  background-color: #f6f7f9;
}

/* Menú: cada ítem en una sola línea (evita que el icono quede sobre el texto) */
.navbar-nav .nav-link {
  white-space: nowrap;
}

/* Tarjetas de métrica del dashboard */
.metric-card .metric-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

/* Botones de acceso rápido (mobile-first) */
.quick-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
}

/* Tarjetas de lista en mobile */
.list-card .list-card-title {
  font-weight: 600;
}

/* Hace clickeable toda la fila de una tabla cuando tiene data-href */
tr[data-href] {
  cursor: pointer;
}
