/**
 * Estilos propios (nomenclatura BEM, sin !important).
 * El grueso del diseño lo aporta Bootstrap 5.
 */

/* ---- Bloque: stat-card (tarjetas del dashboard, FR-17) ---- */
.stat-card__value {
  line-height: 1.1;
}

.stat-card__label {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* ---- Bloque: public-page (validación pública, FR-30) ---- */
.public-page__logo {
  max-width: 160px;
}

.validate-result th {
  width: 40%;
  background-color: var(--bs-light);
}

/* Móvil: entradas y botones cómodos para el pulgar */
@media (max-width: 576px) {
  .validate-result th {
    width: 45%;
    font-size: 0.85rem;
  }
}
