
/* BoG2026 homepage live eGEOReg statistics v4.2 */
.hero-panel[data-egeoreg-live-stats] .stat b{
  min-width:3ch;
  font-variant-numeric:tabular-nums;
}

.hero-panel[data-egeoreg-live-stats].is-live .stat b{
  color:var(--orange);
}

.hero-panel[data-egeoreg-live-stats].has-error .stat b{
  color:inherit;
}

.hero-directory-link{
  display:inline-flex;
  margin-top:10px;
  color:var(--teal);
  font-size:.9rem;
  font-weight:800;
  text-decoration:none;
}

.hero-directory-link:hover{
  color:var(--orange);
  text-decoration:underline;
}
